- Timestamp:
- Jan 24, 2008, 1:39:20 AM (13 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- 2cdc264
- Parents:
- e6f648a
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (01/24/08 01:39:20)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (01/24/08 01:39:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
re6f648a rf548f15 61 61 </VirtualHost> 62 62 63 64 63 # a more advanced configuration 65 64 GnuTLSCache dbm "/var/cache/www-tls-cache/cache" … … 88 87 ... 89 88 </VirtualHost> 89 90 # A setup for OpenPGP and X.509 authentication 91 <VirtualHost 1.2.3.4:443> 92 Servername crystal.lan:443 93 GnuTLSEnable on 94 GnuTLSPriorities NORMAL:+COMP-NULL 95 96 # setup the openpgp keys 97 GnuTLSPGPCertificateFile /etc/apache2/test.pub.asc 98 GnuTLSPGPKeyFile /etc/apache2/test.sec.asc 99 100 # and the X.509 keys 101 GnuTLSCertificateFile /etc/apache2/server-cert.pem 102 GnuTLSKeyFile /etc/apache2/server-key.pem 103 GnuTLSClientVerify ignore 104 105 # To avoid using the default DH params 106 GnuTLSDHFile /etc/apache2/dh.pem 107 108 # these are only needed if GnuTLSClientVerify != ignore 109 GnuTLSClientCAFile ca.pem 110 GnuTLSPGPKeyringFile /etc/apache2/ring.asc 111 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.