How To Display All Virtual Hosts Defined for Apache 2
erics, January 29th, 2024
1 |
httpd -t -D DUMP_VHOSTS |
1 |
httpd -t -D DUMP_VHOSTS |
Create the server key from your original private key by removing the pass-phase:
1 |
openssl rsa -in key.pem -out server.key |
These are the files that NetSol provided me in the download .zip file (domain name changed to protect the innocent):
1 2 3 4 |
AddTrustExternalCARoot.crt NetworkSolutionsAddTrustEVServerCA.crt NetworkSolutionsEVServerCA.crt WWW.YOURDOMAIN.COM.crt |
Network Solutions does not make it easy on you – in the install docs they tell you there is yet […]