User Tools

Site Tools


openssl

This is an old revision of the document!


OpenSSL Kurzmerkzettel

Zertifikat anzeigen

openssl x509 -text -in $certfile

CSR anzeigen

openssl req -text -noout -in $csrfile

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.1532934965.txt.gz · Last modified: 2018/07/30 09:16 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki