mlb certificate create¶
任意パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
--name |
<string> | なし | SSL証明書の名前 |
--description |
<string> | なし | SSL証明書の説明 |
--tags |
<json> | {} | SSL証明書のタグ |
コマンド使用例¶
ecl mlb certificate create
$ ecl mlb certificate create --name test_certificate --description test_description --tags '{"type":"demo", "test":"hog"}'
+-----------------+--------------------------------------+
| Field | Value |
+-----------------+--------------------------------------+
| ID | 5bb36a76-fc26-42f3-967f-c7eaf968a05f |
| Name | test_certificate |
| Description | test_description |
| Tags | {'type': 'demo', 'test': 'hog'} |
| Tenant ID | 365ef162a424498c898400ef374618a7 |
| CA Cert Status | NOT_UPLOADED |
| SSL Cert Status | NOT_UPLOADED |
| SSL Key Status | NOT_UPLOADED |
+-----------------+--------------------------------------+