Skip to content

Commit de29064

Browse files
committed
Updating translations for readmes/README_ja_JP.md
1 parent 2e4ef21 commit de29064

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

readmes/README_ja_JP.md

+26
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,22 @@ HTTPDサービスの再起動にあたり、Puppetが特定のコマンドを使
13761376

13771377
デフォルト値: `undef`
13781378

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+
13791395
##### `ssl_ca`
13801396

13811397
SSL証明書認証局を指定します。[SSLCACertificateFile](https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcacertificatefile)を使用してSSLクライアント認証で使用する証明書を確認します。
@@ -2727,6 +2743,8 @@ Apacheモジュール`mod_rewrite`をインストールして有効にします
27272743
- `ssl_cryptodevice`: デフォルト値: 'builtin'
27282744
- `ssl_honorcipherorder`: デフォルト値: true
27292745
- `ssl_openssl_conf_cmd`: デフォルト値: undef
2746+
- `ssl_cert`: デフォルト値: undef。
2747+
- `ssl_key`: デフォルト値: undef。
27302748
- `ssl_options`: デフォルト値: ['StdEnvVars']
27312749
- `ssl_pass_phrase_dialog`: デフォルト値: 'builtin'
27322750
- `ssl_protocol`: デフォルト値: ['all', '-SSLv2', '-SSLv3']
@@ -2760,6 +2778,14 @@ Apacheモジュール`mod_rewrite`をインストールして有効にします
27602778

27612779
デフォルト値: `undef`
27622780

2781+
* `ssl_cert`
2782+
2783+
デフォルト値: `undef`
2784+
2785+
* `ssl_key`
2786+
2787+
デフォルト値: `undef`
2788+
27632789
* `ssl_options`
27642790

27652791
デフォルト値: ['StdEnvVars']

0 commit comments

Comments
 (0)