dcos security secrets update

ENTERPRISE

更新密钥

说明

dcos security secrets update 命令可以让您更新指定路径中存储的现有密钥。

使用

dcos security secrets update [OPTIONS] PATH

选项

名称 说明
-s, --store-id <text> 要使用的密钥后端。
-v, --value <text> 密钥的值。
-t, --text-file, --value-file <filename> 将文件内容视为密钥的值。假设内容是通过 UTF-8 编码的文本。
-f, --file <filename> 使用原始文件内容作为密钥的值:将未修改的字节序列传递给 DC/OS 密钥服务。
-h, --help 显示此消息并退出。

位置自变量

名称 说明
PATH 密钥路径的 URL 或 IP 地址。

父命令

命令 说明
dcos security secrets 管理您的密匙。