debian/masterdebian/stretch-backports
Last change
on this file since 342c437 was
342c437,
checked in by Thomas Klute <thomas2.klute@…>, 4 years ago
|
Update documentation location, remove reference to RFC 2817
With the local handbook there's no need to recommend a vastly outdated
web site, and as the mod_ssl documentation points out: "At this time
no web browsers support RFC 2817."
|
-
Property mode set to
100644
|
File size:
502 bytes
|
Line | |
---|
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 the handbook, installed at |
---|
16 | /usr/share/doc/libapache2-mod-gnutls/mod_gnutls_manual.html |
---|
Note: See
TracBrowser
for help on using the repository browser.