Skip to main content

otdfctl policy kas-registry create

create - Create a Key Access Server registration

Synopsis

otdfctl policy kas-registry create [flags]

Description

Examples

otdfctl policy kas-registry create --uri http://example.com/kas --name example-kas

Options

-u, --uri <uri>
URI of the Key Access Server (required: true)
-c, --public-keys <public-keys>
(Deprecated: Use otdfctl policy kas-registry keys) One or more public keys saved for the KAS (required: false)
-r, --public-key-remote <public-key-remote>
(Deprecated: Use otdfctl policy kas-registry keys) Remote URI where the public key can be retrieved for the KAS (required: false)
--label <label>
 (required: false)
-n, --name <name>
Optional name of the registered KAS (must be unique within Policy) (required: false)
-l, --label <label>
Optional metadata 'labels' in the format: key=value (required: false)

Aliases

c, add, new