Skip to content

Commit 802e7d2

Browse files
committedFeb 20, 2018
Updating docs
1 parent 5fa3821 commit 802e7d2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎README.md

+26
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,22 @@ Values: a command to restart the Apache service. The default setting uses the [d
13761376

13771377
Default: `undef`.
13781378

1379+
##### `ssl_cert`
1380+
1381+
This enables the user to specify a specific SSLCertificateFile.
1382+
1383+
For more information see: [SSLCertificateFile](https://httpd.apache.org/docs/current/mod/mod_ssl.html#SSLCertificateFile)
1384+
1385+
Default: `undef.`
1386+
1387+
##### `ssl_key`
1388+
This enables the user to specify a specific SSLCertificateKey.
1389+
1390+
For more information see: [SSLCertificateKey](https://httpd.apache.org/docs/current/mod/mod_ssl.html#SSLCertificateKeyFile)
1391+
1392+
Default: `undef`.
1393+
1394+
13791395
##### `ssl_ca`
13801396

13811397
Specifies the SSL certificate authority. [SSLCACertificateFile](https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcacertificatefile) to use to verify certificate used in ssl client authentication.
@@ -2728,6 +2744,8 @@ To use SSL with a virtual host, you must either set the [`default_ssl_vhost`][]
27282744
- `ssl_cryptodevice`: Default: 'builtin'.
27292745
- `ssl_honorcipherorder`: Default: true.
27302746
- `ssl_openssl_conf_cmd`: Default: undef.
2747+
- `ssl_cert`: Default: undef.
2748+
- `ssl_key`: Default: undef.
27312749
- `ssl_options`: Default: ['StdEnvVars']
27322750
- `ssl_pass_phrase_dialog`: Default: 'builtin'.
27332751
- `ssl_protocol`: Default: ['all', '-SSLv2', '-SSLv3'].
@@ -2761,6 +2779,14 @@ To use SSL with a virtual host, you must either set the [`default_ssl_vhost`][]
27612779

27622780
Default: `undef`.
27632781

2782+
* `ssl_cert`
2783+
2784+
Default: `undef`.
2785+
2786+
* `ssl_key`
2787+
2788+
Default: `undef`.
2789+
27642790
* `ssl_options`
27652791

27662792
Default: ['StdEnvVars']

0 commit comments

Comments
 (0)