- Timestamp:
- Dec 16, 2007, 4:04:11 AM (14 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- e6f648a
- Parents:
- 8bd529f
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/16/07 04:04:11)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/16/07 04:04:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r8bd529f r2b3a248b 55 55 56 56 # This is the Private key for your server. 57 GnuTLS KeyFile conf/server.key57 GnuTLSX509KeyFile conf/server.key 58 58 59 59 # This is the Server Certificate. 60 GnuTLS CertificateFile conf/server.cert60 GnuTLSX509CertificateFile conf/server.cert 61 61 </VirtualHost> 62 62 … … 74 74 GNUTLSExportCertificates on 75 75 76 GnuTLS CertificateFile /etc/apache2/server-cert.pem77 GnuTLS KeyFile /etc/apache2/server-key.pem76 GnuTLSX509CertificateFile /etc/apache2/server-cert.pem 77 GnuTLSX509KeyFile /etc/apache2/server-key.pem 78 78 79 79 # To enable SRP you must have these files installed. Check the gnutls srptool. … … 85 85 # contains the CAs to verify client certificates. 86 86 GnuTLSClientVerify request 87 GnuTLS ClientCAFile ca.pem87 GnuTLSX509CAFile ca.pem 88 88 ... 89 89 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.