差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ja:documentation:pandorafms:technical_reference:09_tentacle [2025/04/19 23:51] – [ssl_ca] junichi | ja:documentation:pandorafms:technical_reference:09_tentacle [2025/04/19 23:55] (現在) – [use_libwrap] junichi | ||
---|---|---|---|
行 1688: | 行 1688: | ||
* SSL 証明書の秘密鍵ファイルの場所です。 | * SSL 証明書の秘密鍵ファイルの場所です。 | ||
* 同等のコマンドラインパラメータ: | * 同等のコマンドラインパラメータ: | ||
+ | |||
+ | <wrap #ks7_21 /> | ||
==== ssl_password ==== | ==== ssl_password ==== | ||
行 1702: | 行 1704: | ||
* SSL 証明書にパスワードが含まれる場合、コマンドラインからそれを求める('' | * SSL 証明書にパスワードが含まれる場合、コマンドラインからそれを求める('' | ||
* 同等のコマンドラインパラメータ: | * 同等のコマンドラインパラメータ: | ||
+ | |||
+ | <wrap #ks7_22 /> | ||
==== use_libwrap ==== | ==== use_libwrap ==== | ||
行 1716: | 行 1720: | ||
* perl の '' | * perl の '' | ||
* 同等のコマンドラインパラメータ: | * 同等のコマンドラインパラメータ: | ||
+ | |||
+ | <wrap #ks7_23 /> | ||
+ | |||
+ | ==== ssl_version ==== | ||
+ | |||
+ | < | ||
+ | # [-z] Restrict to a specific ssl version | ||
+ | # ssl_version TLSv1_3 | ||
+ | |||
+ | </ | ||
+ | |||
+ | * It sets one or more **SSL versions allowed to be used** | ||
+ | * Each version can be explicitly excluded by means of a closing exclamation point, for example to allow SSL2 and SSL3 and exclude the use of the other versions: '' | ||
+ | * Command line equivalent parameter: '' | ||
+ | |||
+ | * 1 つ以上の **使用を許可する SSL バージョン** をコロン ('':'' | ||
+ | * 各バージョンは、感嘆符で閉じることで明示的に除外できます。例: | ||
+ | * 同等のコマンドラインパラメータ: | ||
+ | |||
+ | <wrap #ks7_24 /> | ||
+ | |||
+ | ==== ssl_cipher ==== | ||
+ | |||
+ | < | ||
+ | # [-u] Restrict to a specific ssl cipher | ||
+ | #ssl_cipher AES256-SHA | ||
+ | |||
+ | </ | ||
+ | |||
+ | * It sets one or more **encryption mechanisms allowed to be used** | ||
+ | * Encryption mechanisms can be excluded by means of a closing exclamation point, for example '' | ||
+ | * Command line equivalent parameter: '' | ||
+ | |||
+ | * 1つ以上の**使用を許可する暗号化メカニズム**をコロン('':'' | ||
+ | * 暗号化メカニズムは、感嘆符で閉じることで除外できます。例: | ||
+ | * 同等のコマンドラインパラメータ: | ||
+ | |||
[[ja: | [[ja: | ||