This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Importieren eines intermediate Certificates

Hallo,
ich habe da ein Problem mit dem Import von SSL-Certificaten in eine ASG220
Das mit dem Erstellen der CSR und dem bekommen eines CRT,welches man dann mit den private Key in ein File kopiert um ein pkcs12-File zu erstellen, welches ich dann importieren kann hab ich ja noch verstanden. Nun habe ich von Thawte noch eine sog. ZwischenCA bekommen.
Frage: muß ich die auch nur einfach in dieses File mit hineinsetzen, ins pkcs12-Format umsetzen, und dann importieren? 
mfg.
  Hartmut


This thread was automatically locked due to age.
Parents Reply
  • Die Intermediate-CA muss mit in dein PKCS#12-Zertifikat rein:
    openssl pkcs12 -export -in .crt -inkey .key -certfile .pem -certfile .pem -name "" -out .p12

    ----------
    Sophos user, admin and reseller.
    Private Setup:

    • XG: HPE DL20 Gen9 (Core i3-7300, 8GB RAM, 120GB SSD) | XG 18.0 (Home License) with: Web Protection, Site-to-Site-VPN (IPSec, RED-Tunnel), Remote Access (SSL, HTML5)
    • UTM: 2 vCPUs, 2GB RAM, 50GB vHDD, 2 vNICs on vServer (KVM) | UTM 9.7 (Home License) with: Email Protection, Webserver Protection, RED-Tunnel (server)
Children