source: mod_gnutls/debian/README.Debian @ 1a812eb

debian/masterdebian/stretch-backportsjessie-backports
Last change on this file since 1a812eb 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
Line 
1mod-gnutls for Debian
2---------------------
3
4To each virtual host configuration with which you want to use mod_gnutls, you
5must 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
15More examples are provided in online documentation,
16http://www.outoforder.cc/projects/apache/mod_gnutls/docs/
17
18mod_gnutls doesn't yet support RFC 2817, upgrading to TLS,
19http://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.