====== Self signed SSL Zertifikat generieren ====== openssl req -new -x509 -days 36500 -nodes -out /etc/ssl/private/selfsigned.pem -keyout /etc/ssl/private/selfsigned.key ===== X.509 Zertifikat anschauen ===== openssl x509 -noout -text -in cert.pem
openssl req -new -x509 -days 36500 -nodes -out /etc/ssl/private/selfsigned.pem -keyout /etc/ssl/private/selfsigned.key
openssl x509 -noout -text -in cert.pem