Hi!
I have ssl certificate for my techmax.com.tr domain name. The organization where I bought the host for this domain name has performed the certificate procedures.
However, I am trying to add an SSL certificate for my cms.techmax.com.tr domain name that I run with apache xampp on a windows device on a remote desktop in another company, but I encounter this error.
My domain is: cms.techmax.com.tr
I ran this command: wacs.exe --source manual --host cms.techmax.com.tr --validation filesystem --webroot "C:\htdocs\apache" --store pemfiles --pemfilespath C:\apache-certs
my project root page is xampp/htdocs. Also I have some routes here. No homepage or something like this. I'm using this domain for just routes like cms.techmax.com.tr/abc123.
I cant access with http, I have a ssl certificate but I think its expired. I tried to renew, but its throw my certificate is not valid.
I think its because I already have an invalid ssl certificate. My site is https but certificate is invalid. I don't know what should I do. How can I allow http access too?
sorry for so many questions but I really so much searched but I didnt found any source. How to add pem file to httpd-xampp.conf?
EDIT :
I converted pem files to key and crt files. Then I add .crt file to windows as trusted certificate. After this, I set paths of crt and key files in xampp/apache/conf/extra/httpd-ssl and its worked.
Thanks you for your help. @orangepizza@rg305