openssl
This is an old revision of the document!
Table of Contents
OpenSSL Kurzmerkzettel
Zertifikat anzeigen
openssl x509 -text -in $certfile
Self Signed Zertifikat erzeugen (one liner)
openssl req -x509 -nodes -days 365 -subj '/C=AT/ST=/L=/O=/OU=/CN=' -sha256 -newkey rsa:2048 -keyout $keyfile -out $certfile
Zertifikat von PEM auf PCKS12 konvertieren
openssl pkcs12 -export -in $certfile -inkey $keyfile -out $p12file
openssl.1509783846.txt.gz · Last modified: 2017/11/04 09:24 by baumi