127103
Goto Top

SSL Zertifikat Verschlüsseln - PKCS12 Erstellung

Hi,

ich steh auf dem Schlauch.

Früher konnte ich bei Start SSL im Zertifikat Wizard > Web Server SLL > domain > .csr > und dann hier

pki

einfügen.

Zertifikat kann ich erstellen aber kein PKCS#12.

Kann mir jemand sagen wie ich mittels XCA das SSL Zertifikat noch mit einem Privaten RSA schlüssel verschlüssel,
um dann eine PKCS#12 exportieren zu können?
Bzw. mir jemand erklären wieso dass bei StartSSL nicht mehr so funktioniert?

Gruß c

Content-Key: 308375

Url: https://administrator.de/contentid/308375

Printed on: April 26, 2024 at 06:04 o'clock

Mitglied: 129813
129813 Jun 28, 2016 updated at 12:47:12 (UTC)
Goto Top
Hi.
copy your private key and your public key in the certificate and go to Tools => Create PKCS#12 (PFX) File on the StartSSL website, paste your private and public key and enter password to create your PKCS12 Cert.
You can also create this type of file with OpenSSL or XCA very easily.
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt
Also you can export your cert as PKCS12 after you imported you cert into windows with the MMC.

Regards