mlb certificate update¶
任意パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
--name |
<string> | なし | SSL証明書の名前 |
--description |
<string> | なし | SSL証明書の説明 |
--tags |
<json> | {} | SSL証明書のタグ |
コマンド使用例¶
ecl mlb certificate update <CERTIFICATE_ID>
$ ecl mlb certificate update e0b46ca0-ac93-4e0b-8f93-87945ebfe3cc --name update_name
+-----------------+--------------------------------------+
| Field | Value |
+-----------------+--------------------------------------+
| ID | e0b46ca0-ac93-4e0b-8f93-87945ebfe3cc |
| Name | update_name |
| Description | test_description |
| Tags | {'type': 'demo', 'test_tag': 'tag'} |
| Tenant ID | 365ef162a424498c898400ef374618a7 |
| CA Cert Status | NOT_UPLOADED |
| SSL Cert Status | NOT_UPLOADED |
| SSL Key Status | NOT_UPLOADED |
+-----------------+--------------------------------------+