This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
ディレクトリごとのクライアント認証の設定
ディレクトリごとにクライアント側認証を指定するアクションを作成した場合、そのアクションに関連付けられたポリシーによって識別されるクライアントは、最初のSSLハンドシェイクの一部として認証されません。代わりに、クライアントが Web サーバー上の特定のディレクトリにアクセスするたびに認証が実行されます。
たとえば、会社に複数の部門があり、各部門にすべてのファイルが保存されているフォルダがあるとします。ディレクトリごとのクライアント認証を有効にして、そのディレクトリからファイルにアクセスしようとする各クライアントのIDを知ることができます。
ディレクトリごとのクライアント認証を有効にするには、まずクライアント認証を SSL アクションとして設定し、次に監視するディレクトリを識別するポリシーを作成します。ポリシーを作成するときは、ポリシーに関連するアクションとしてクライアント認証アクションを指定します。次に、SSL トラフィックを受信する SSL 仮想サーバーにポリシーをバインドします。
コマンドラインインターフェイスを使用してクライアント認証を有効にする SSL アクションとポリシーを作成します
コマンドプロンプトで次のコマンドを入力して、クライアント認証を有効にする SSL アクションを作成し、構成を確認します。
add ssl action <name> [-clientAuth ( DOCLIENTAUTH | NOCLIENTAUTH )]
show ssl action [<name>]
add ssl policy <name> -rule <expression> [-action <string>] [-undefAction <string>] [-comment <string>]
show ssl policy [<name>]
<!--NeedCopy-->
例:
add ssl action ssl-action-1 -clientAuth DOCLIENTAUTH
Done
show ssl action ssl-action-1
1) Name: ssl-action-1
Client Authentication Action: DOCLIENTAUTH
Hits: 0
Undef Hits: 0
Action Reference Count: 1
Done
add ssl policy ssl-pol-1 -rule 'REQ.HTTP.METHOD==GET' -reqaction ssl-action-1
sh ssl policy ssl-pol-1
Name: ssl-pol-1
Rule: REQ.HTTP.METHOD == GET
Action: ssl-action-1
UndefAction: Use Global
Hits: 0
Undef Hits: 0
Done
<!--NeedCopy-->
GUI を使用してクライアント認証を有効にする SSL アクションを作成する
- Traffic Management > SSL > Policiesに移動してActionsタブでAddをクリックします。
- 「クライアント認証」リストで、「有効」を選択します。
GUI を使用してクライアント認証を有効にする SSL ポリシーを作成してバインドする
-
[トラフィック管理] > [SSL] に移動し、[ポリシー] タブで [追加] をクリックします。
-
[ トラフィック管理] > [負荷分散] > [仮想サーバー ] に移動し、SSL 仮想サーバーを開きます。
-
[詳細設定] で [SSL ポリシー] を選択し、ポリシーを仮想サーバーにバインドします。
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.