| … | |
… | |
| 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.) |
| 40 | SSLCertificateFile conf/ssl/server.crt |
40 | SSLCertificateFile /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 | |
| 48 | SSLCertificateKeyFile conf/ssl/server.key |
48 | SSLCertificateKeyFile /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 |