Using my SSL cert
Posted: Sat Aug 28, 2021 11:17 am
How do I use my wildcard cert. Lets say I want to use magicspam.mydomain.com to login to the web console.
I have a valid mydomain.pem wildcard cert containing private and public keys.
I know I need to make changes in the c:\magicspam\conf\httpd.conf and place my cert in that folder and add a DNS A record for magicspam.mydomain.com
I changed these lines in httpd.conf
ServerName magicspam.mydomain.com:6244
SSLCertificateFile c:/magicspam/conf/mydomain.pem
SSLCertificateKeyFile c:/magicspam/conf/mydomain.pem
After restarting the magicspam services, https://magicspam.mydomain.com:6244 does not work.
I also tried renaming mydomain.pem to magicspam.pem
Do I need to add the site to IIS? I will only use this locally.
What else do I need to do?
I have a valid mydomain.pem wildcard cert containing private and public keys.
I know I need to make changes in the c:\magicspam\conf\httpd.conf and place my cert in that folder and add a DNS A record for magicspam.mydomain.com
I changed these lines in httpd.conf
ServerName magicspam.mydomain.com:6244
SSLCertificateFile c:/magicspam/conf/mydomain.pem
SSLCertificateKeyFile c:/magicspam/conf/mydomain.pem
After restarting the magicspam services, https://magicspam.mydomain.com:6244 does not work.
I also tried renaming mydomain.pem to magicspam.pem
Do I need to add the site to IIS? I will only use this locally.
What else do I need to do?