Docs Menu
Docs Home
/ /
Atlas CLI
/ / /

Atlas security customerCerts create

項目一覧

  • 構文
  • オプション
  • 継承されたオプション
  • 出力

プロジェクトのカスタマー マネージド X.509 構成を保存します。

カスタマーが管理する X.509 構成を保存すると、ローリング再起動がトリガーされます。

このコマンドを使用するには、プロジェクト オーナーのユーザー アカウントまたは API キーで認証する必要があります。

コマンド構文
atlas security customerCerts create [options]
名前
タイプ
必須
説明
--casFile
string
true
データベースユーザー認証用の 1 つ以上の CA を含む PEM ファイルへのパス。
-h, --help
false
作成用ヘルプ
-o, --output
string
false
出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。
--projectId
string
false
使用するプロジェクトを識別する 16 進数の string。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

Certificate successfully created.
# Save the file named ca.pem stored in the files directory to the project with the ID 5e2211c17a3e5a48f5497de3:
atlas security customerCerts create --casFile files/ca.pem --projectId 5e2211c17a3e5a48f5497de3 --output json

戻る

customerCerts