Feb 10
2011
Certyfikaty SSL Self-signed
cd /etc/ssl/misc
Nowy CA: ./CA.sh -newca
Nowa “prosba”: ./CA.sh -newreq
Podpisanie: ./CA.sh -sign
Zdejmowanie hasła: openssl rsa -in newkey.pem -out key.pem
Wpisy w httpd-ssl.conf
SSLCertificateFile /etc/ssl/certs/apache/cert.pem
SSLCertificateKeyFile /etc/ssl/certs/apache/key.pem
SSLCACertificateFile /etc/ssl/certs/apache/cacert.pem