debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 819445c was
819445c,
checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago
|
initial packaging of mod-gnutls 0.5.10
|
-
Property mode set to
100644
|
File size:
659 bytes
|
Rev | Line | |
---|
[819445c] | 1 | mod-gnutls for Debian |
---|
| 2 | --------------------- |
---|
| 3 | |
---|
| 4 | To each virtual host configuration with which you want to use mod_gnutls, you |
---|
| 5 | must add at least these three directives, using your own certificate and key, |
---|
| 6 | |
---|
| 7 | <IfModule mod_gnutls.c> |
---|
| 8 | |
---|
| 9 | GnuTLSEnable On |
---|
| 10 | GnuTLSCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem |
---|
| 11 | GnuTLSKeyFile /etc/ssl/private/ssl-cert-snakeoil.key |
---|
| 12 | |
---|
| 13 | </IfModule> |
---|
| 14 | |
---|
| 15 | More examples are provided in online documentation, |
---|
| 16 | http://www.outoforder.cc/projects/apache/mod_gnutls/docs/ |
---|
| 17 | |
---|
| 18 | mod_gnutls doesn't yet support RFC 2817, upgrading to TLS, |
---|
| 19 | http://ietf.org/rfc/rfc2817.txt |
---|
| 20 | |
---|
| 21 | -- Jack Bates <ms419@freezone.co.uk> Thu, 26 Jul 2007 13:54:30 -0700 |
---|
Note: See
TracBrowser
for help on using the repository browser.