116480

Vom PFX File will ich private Key exportieren

Hallo,

ich habe ein pfx File auf Linux geladen.
Nun benutze ich Befehl

openssl pkcs12 -in domain.tld 11.12.2016.pfx -nocerts -out domain.tld_wildcard_private-11.12.16.pem

Der scheint nicht zu gehen. Es kommt

[root@isllight confproxy]# openssl pkcs12 -in domain.tld 11.12.2016.pfx -nocerts -out domain.tld_wildcard_private-11.12.16.pem
Usage: pkcs12 [options]
where options are
-export output PKCS12 file
-chain add certificate chain
-inkey file private key if not infile
-certfile f add all certs in f
-CApath arg - PEM format directory of CA's
-CAfile arg - PEM format file of CA's
-name "name" use name as friendly name
-caname "nm" use nm as CA friendly name (can be used more than once).
-in infile input filename
-out outfile output filename
-noout don't output anything, just verify.
-nomacver don't verify MAC.
-nocerts don't output certificates.
-clcerts only output client certificates.
-cacerts only output CA certificates.
-nokeys don't output private keys.
-info give info about PKCS#12 structure.
-des encrypt private keys with DES
-des3 encrypt private keys with triple DES (default)
-aes128, -aes192, -aes256
encrypt PEM output with cbc aes
-nodes don't encrypt private keys
-noiter don't use encryption iteration
-maciter use MAC iteration
-twopass separate MAC, encryption passwords
-descert encrypt PKCS#12 certificates with triple DES (default RC2-40)
-certpbe alg specify certificate PBE algorithm (default RC2-40)
-keypbe alg specify private key PBE algorithm (default 3DES)
-keyex set MS key exchange type
-keysig set MS key signature type
-password p set import/export password source
-passin p input file pass phrase source
-passout p output file pass phrase source
-engine e use engine e, possibly a hardware device.
-rand file:file:...
load the file (or the files in the directory) into
the random number generator


Was ist falsch ?

Gruss
Ralf
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 252953

Url: https://administrator.de/forum/vom-pfx-file-will-ich-private-key-exportieren-252953.html

Ausgedruckt am: 04.06.2025 um 19:06 Uhr

116480
116480 24.10.2014 um 09:33:41 Uhr
Goto Top
Nun ging Kommando. File umbenannt.
Import Passwort eingegeben ok.
Was muss ich bei PEM pass Phrase eingeben ????
colinardo
Lösung colinardo 24.10.2014, aktualisiert am 18.11.2014 um 10:40:51 Uhr
Goto Top
Nun ging Kommando. File umbenannt.
klar, bei Leerzeichen im Dateinamen und ohne Anführungszeichen face-wink

Zitat von @116480:
Was muss ich bei PEM pass Phrase eingeben ????
musst du nur eingeben wenn du den private Key mit einem Passwort schützen willst, ansonsten einfach Enter drücken....

um bei Bedarf das Passwort eines Private Keys zu entfernen nutzt man folgenden Befehl:
openssl rsa -in key.pem -out unprotected.key
Grüße Uwe
116480
116480 27.10.2014 um 09:13:45 Uhr
Goto Top
Danke. Hat geholfen.

Gruss
Ralf
colinardo
Lösung colinardo 27.10.2014 um 10:07:20 Uhr
Goto Top
Dann bitte als gelöst markieren nicht vergessen....