Answer the question
In order to leave comments, you need to log in
How to install a self-signed certificate on denwer?
How to install a self-signed certificate on denwer? I want to then add it to the trusted list so that chrome does not give an error.
Answer the question
In order to leave comments, you need to log in
Kapets, either I’m asking in the wrong place, or no one knows ... In general, I found the answer myself:
I have Denver on drive C, so
In the file
C:\WebServers\usr\local\apache\conf\httpd.conf we
write
<VirtualHost site.ru:443>
SSLEngine on
SSLCertificateFile C:\WebServers\usr\local\apache\certificate.crt
SSLCertificateKeyFile C:\WebServers\usr\local\apache\certificate.key
<Directory C:\WebServers\home\site.ru\www>
AllowOverride All
</Directory>
DocumentRoot C:\WebServers\home\site.ru\www
ServerName site.ru
</VirtualHost>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question