summaryrefslogtreecommitdiffstatsabout
path: root/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2007-12-16 09:04:11 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2007-12-16 09:04:11 (GMT)
commit2b3a248b51d041ad5814409edfac1e2ae20b2a5a (patch)
tree65b75bc8d52305df8ecaf4608c049294b29571cb /README
parent8bd529f281787fa7de55874de06b133d1b4ee59d (diff)
more changes for openpgp support. Seems to be at a workable state.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 83ced25..4660ac7 100644
--- a/README
+++ b/README
@@ -54,10 +54,10 @@ GnuTLSCache dbm conf/gnutls_cache
54 GnuTLSEnable On 54 GnuTLSEnable On
55 55
56 # This is the Private key for your server. 56 # This is the Private key for your server.
57 GnuTLSKeyFile conf/server.key 57 GnuTLSX509KeyFile conf/server.key
58 58
59 # This is the Server Certificate. 59 # This is the Server Certificate.
60 GnuTLSCertificateFile conf/server.cert 60 GnuTLSX509CertificateFile conf/server.cert
61</VirtualHost> 61</VirtualHost>
62 62
63 63
@@ -73,8 +73,8 @@ NameVirtualHost 1.2.3.4:443
73# To export exactly the same environment variables as mod_ssl to CGI scripts. 73# To export exactly the same environment variables as mod_ssl to CGI scripts.
74 GNUTLSExportCertificates on 74 GNUTLSExportCertificates on
75 75
76 GnuTLSCertificateFile /etc/apache2/server-cert.pem 76 GnuTLSX509CertificateFile /etc/apache2/server-cert.pem
77 GnuTLSKeyFile /etc/apache2/server-key.pem 77 GnuTLSX509KeyFile /etc/apache2/server-key.pem
78 78
79# To enable SRP you must have these files installed. Check the gnutls srptool. 79# To enable SRP you must have these files installed. Check the gnutls srptool.
80 GnuTLSSRPPasswdFile /etc/apache2/tpasswd 80 GnuTLSSRPPasswdFile /etc/apache2/tpasswd
@@ -84,6 +84,6 @@ NameVirtualHost 1.2.3.4:443
84# GnuTLSClientVerify could be ignore or require. The GnuTLSClientCAFile 84# GnuTLSClientVerify could be ignore or require. The GnuTLSClientCAFile
85# contains the CAs to verify client certificates. 85# contains the CAs to verify client certificates.
86 GnuTLSClientVerify request 86 GnuTLSClientVerify request
87 GnuTLSClientCAFile ca.pem 87 GnuTLSX509CAFile ca.pem
88 ... 88 ...
89</VirtualHost> 89</VirtualHost>