/[apache]/trunk/dist/2.0/conf/modules.d/41_mod_ssl.default-vhost.conf
Gentoo

Diff of /trunk/dist/2.0/conf/modules.d/41_mod_ssl.default-vhost.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 108 Revision 109
35# pass phrase. Note that a kill -HUP will prompt again. A test 35# pass phrase. Note that a kill -HUP will prompt again. A test
36# certificate can be generated with `make certificate' under 36# certificate can be generated with `make certificate' under
37# built time. Keep in mind that if you've both a RSA and a DSA 37# built time. Keep in mind that if you've both a RSA and a DSA
38# certificate you can configure both in parallel (to also allow 38# certificate you can configure both in parallel (to also allow
39# the use of DSA ciphers, etc.) 39# the use of DSA ciphers, etc.)
40SSLCertificateFile conf/ssl/server.crt 40SSLCertificateFile /etc/apache2/ssl/server.crt
41 41
42# Server Private Key: 42# Server Private Key:
43# If the key is not combined with the certificate, use this 43# If the key is not combined with the certificate, use this
44# directive to point at the key file. Keep in mind that if 44# directive to point at the key file. Keep in mind that if
45# you've both a RSA and a DSA private key you can configure 45# you've both a RSA and a DSA private key you can configure
46# both in parallel (to also allow the use of DSA ciphers, etc.) 46# both in parallel (to also allow the use of DSA ciphers, etc.)
47 47
48SSLCertificateKeyFile conf/ssl/server.key 48SSLCertificateKeyFile /etc/apache2/ssl/server.key
49 49
50# Server Certificate Chain: 50# Server Certificate Chain:
51# Point SSLCertificateChainFile at a file containing the 51# Point SSLCertificateChainFile at a file containing the
52# concatenation of PEM encoded CA certificates which form the 52# concatenation of PEM encoded CA certificates which form the
53# certificate chain for the server certificate. Alternatively 53# certificate chain for the server certificate. Alternatively

Legend:
Removed from v.108  
changed lines
  Added in v.109

  ViewVC Help
Powered by ViewVC 1.1.20