Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

indent
1
1
{panel}
\\
* Edit c:\xampp\apache\conf\extra\https-ssl.conf and change the following as needed:\\
\\
Find *SSLSessionCache dbm:logs/ssl.scache* and verify that there is no leading # sign\\
Find *SSLSessionCacheTimeout  300* and verify that there is no leading # sign\\
Find *ServerName localhost:443* and change to *ServerName chongqing.mit.edu:443*\\
Find *SSLCertificateFile *conf/ssl.crt/server.crt* and change to *SSLCertificateFile C:\certificate\chongqing.mit.edu.pem*\\
Find *SSLCertificateKeyFile conf/ssl.key/server.key* and change to *SSLCertificateKeyFile C:\certificate\chongqing-key.pem*\\
Find *#SSLCACertificatePath conf/ssl.crt* and chane to *SSLCACertificatePath C:\certificate* (notice that the leading # sign has be removed)\\
Find *#SSLCACertificateFile conf/ssl.crt/server.crt* and change to *SSLCACertificateFile C:\certificate\mitca.pem* (notice that the leading # sign has be removed)\\
Find *#SSLVerifyClient require* and change to *SSLVerifyClient require* (notice that the leading # sign has be removed)\\
Find *#SSLVerifyDepth  10* and change to *SSLVerifyDepth  10* (notice that the leading # sign has be removed)\\
\\
{panel}