File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -1376,6 +1376,22 @@ HTTPDサービスの再起動にあたり、Puppetが特定のコマンドを使
1376
1376
1377
1377
デフォルト値: ` undef ` 。
1378
1378
1379
+ ##### ` ssl_cert `
1380
+
1381
+ 特定の SSLCertificateFile を指定できるようになります。
1382
+
1383
+ 詳細については、[ SSLCertificateFile] ( https://httpd.apache.org/docs/current/mod/mod_ssl.html#SSLCertificateFile ) を参照してください。
1384
+
1385
+ デフォルト値: ` undef ` 。
1386
+
1387
+ ##### ` ssl_key `
1388
+ 特定の SSLCertificateKey を指定できるようになります。
1389
+
1390
+ 詳細については、[ SSLCertificateKey] ( https://httpd.apache.org/docs/current/mod/mod_ssl.html#SSLCertificateKeyFile ) を参照してください。
1391
+
1392
+ デフォルト値: ` undef ` 。
1393
+
1394
+
1379
1395
##### ` ssl_ca `
1380
1396
1381
1397
SSL証明書認証局を指定します。[ SSLCACertificateFile] ( https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcacertificatefile ) を使用してSSLクライアント認証で使用する証明書を確認します。
@@ -2727,6 +2743,8 @@ Apacheモジュール`mod_rewrite`をインストールして有効にします
2727
2743
- ` ssl_cryptodevice ` : デフォルト値: 'builtin'
2728
2744
- ` ssl_honorcipherorder ` : デフォルト値: true
2729
2745
- ` ssl_openssl_conf_cmd ` : デフォルト値: undef
2746
+ - ` ssl_cert ` : デフォルト値: undef。
2747
+ - ` ssl_key ` : デフォルト値: undef。
2730
2748
- ` ssl_options ` : デフォルト値: [ 'StdEnvVars']
2731
2749
- ` ssl_pass_phrase_dialog ` : デフォルト値: 'builtin'
2732
2750
- ` ssl_protocol ` : デフォルト値: [ 'all', '-SSLv2', '-SSLv3'] 。
@@ -2760,6 +2778,14 @@ Apacheモジュール`mod_rewrite`をインストールして有効にします
2760
2778
2761
2779
デフォルト値: ` undef ` 。
2762
2780
2781
+ * ` ssl_cert `
2782
+
2783
+ デフォルト値: ` undef ` 。
2784
+
2785
+ * ` ssl_key `
2786
+
2787
+ デフォルト値: ` undef ` 。
2788
+
2763
2789
* ` ssl_options `
2764
2790
2765
2791
デフォルト値: [ 'StdEnvVars']
You can’t perform that action at this time.
0 commit comments