diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -54,10 +54,10 @@ GnuTLSCache dbm conf/gnutls_cache | |||
54 | GnuTLSEnable On | 54 | GnuTLSEnable On |
55 | 55 | ||
56 | # This is the Private key for your server. | 56 | # This is the Private key for your server. |
57 | GnuTLSKeyFile conf/server.key | 57 | GnuTLSX509KeyFile conf/server.key |
58 | 58 | ||
59 | # This is the Server Certificate. | 59 | # This is the Server Certificate. |
60 | GnuTLSCertificateFile conf/server.cert | 60 | GnuTLSX509CertificateFile conf/server.cert |
61 | </VirtualHost> | 61 | </VirtualHost> |
62 | 62 | ||
63 | 63 | ||
@@ -73,8 +73,8 @@ NameVirtualHost 1.2.3.4:443 | |||
73 | # To export exactly the same environment variables as mod_ssl to CGI scripts. | 73 | # To export exactly the same environment variables as mod_ssl to CGI scripts. |
74 | GNUTLSExportCertificates on | 74 | GNUTLSExportCertificates on |
75 | 75 | ||
76 | GnuTLSCertificateFile /etc/apache2/server-cert.pem | 76 | GnuTLSX509CertificateFile /etc/apache2/server-cert.pem |
77 | GnuTLSKeyFile /etc/apache2/server-key.pem | 77 | GnuTLSX509KeyFile /etc/apache2/server-key.pem |
78 | 78 | ||
79 | # To enable SRP you must have these files installed. Check the gnutls srptool. | 79 | # To enable SRP you must have these files installed. Check the gnutls srptool. |
80 | GnuTLSSRPPasswdFile /etc/apache2/tpasswd | 80 | GnuTLSSRPPasswdFile /etc/apache2/tpasswd |
@@ -84,6 +84,6 @@ NameVirtualHost 1.2.3.4:443 | |||
84 | # GnuTLSClientVerify could be ignore or require. The GnuTLSClientCAFile | 84 | # GnuTLSClientVerify could be ignore or require. The GnuTLSClientCAFile |
85 | # contains the CAs to verify client certificates. | 85 | # contains the CAs to verify client certificates. |
86 | GnuTLSClientVerify request | 86 | GnuTLSClientVerify request |
87 | GnuTLSClientCAFile ca.pem | 87 | GnuTLSX509CAFile ca.pem |
88 | ... | 88 | ... |
89 | </VirtualHost> | 89 | </VirtualHost> |