AWS CloudHSM 管理ユーティリティを使用して HSM ユーザーを作成する
[AWS CloudHSM 管理ユーティリティ (CMU) で createUser を使用して、ハードウェアセキュリティモジュール (HSM) に新しいユーザーを作成します。ユーザーを作成する場合、CO としてログインする必要があります。
新しい CO ユーザーの作成
-
設定ツールで CMU 設定を更新します。
-
CMU を開始します。
-
CO ユーザーとして HSM にログインします。
aws-cloudhsm >loginHSM CO admin co12345接続 CMU リストの数が、クラスター内の HSM 数と一致していることを確認します。一致しない場合、ログアウトして最初からやり直してください。
-
createUser を使用して、 パスワードを
example_officerに設定してpassword1という CO ユーザーを作成します。aws-cloudhsm >createUser CO example_officer password1CMU は、ユーザーの作成オペレーションについてプロンプトを表示します。
*************************CAUTION******************************** This is a CRITICAL operation, should be done on all nodes in the cluster. AWS does NOT synchronize these changes automatically with the nodes on which this operation is not executed or failed, please ensure this operation is executed on all nodes in the cluster. **************************************************************** Do you want to continue(y/n)? -
タイプ
y。
新しい CU ユーザーの作成
-
設定ツールで CMU 設定を更新します。
-
CMU を開始します。
-
CO ユーザーとして HSM にログインします。
aws-cloudhsm >loginHSM CO admin co12345接続 CMU リストの数が、クラスター内の HSM 数と一致していることを確認します。一致しない場合、ログアウトして最初からやり直してください。
-
createUser を使用して、
example_userという CU ユーザーをパスワードはpassword1で作成します。aws-cloudhsm >createUser CU example_user password1CMU は、ユーザーの作成オペレーションについてプロンプトを表示します。
*************************CAUTION******************************** This is a CRITICAL operation, should be done on all nodes in the cluster. AWS does NOT synchronize these changes automatically with the nodes on which this operation is not executed or failed, please ensure this operation is executed on all nodes in the cluster. **************************************************************** Do you want to continue(y/n)? -
タイプ
y。
createUser の詳細情報は、createUser を参照してください。