|
Revision 1, 486 bytes
(checked in by alo, 4 years ago)
|
--
|
| Line | |
|---|
| 1 |
## |
|---|
| 2 |
## SSLCertificateFile: |
|---|
| 3 |
## This is your PEM-encoded server certificate |
|---|
| 4 |
## |
|---|
| 5 |
SSLCertificateFile %sysconfdir%/cherokee/ssl/cherokee.pem |
|---|
| 6 |
|
|---|
| 7 |
## |
|---|
| 8 |
## SSLCertificateKeyFile: |
|---|
| 9 |
## This is the private key of your certificate, PEM-encoded. |
|---|
| 10 |
## |
|---|
| 11 |
SSLCertificateKeyFile %sysconfdir%/cherokee/ssl/cherokee.pem |
|---|
| 12 |
|
|---|
| 13 |
## |
|---|
| 14 |
## SSLCAListFile: |
|---|
| 15 |
## This is a file containing all certification authorities that you trust. |
|---|
| 16 |
## Tip: you can just use the file cert.pem |
|---|
| 17 |
## |
|---|
| 18 |
SSLCAListFile %sysconfdir%/cherokee/ssl/cherokee.pem |
|---|