First of all SSL certs themselves do not have passwords. You can set a password for an export/import but an SSL session itself does not use or require a password. Use ...
openssl req -new -out server.csr -newkey rsa:2048 -keyout server.key Gave the CSR to our inhouse CA and got back a cert, saved as server.cer. Put all the relevant paths into httpd-ssl.conf: Code: ...