notation certificate add
notation certificate add
Add certificates to the trust store
Synopsis
Add certificates to the trust store
notation certificate add --type <type> --store <name> [flags] <cert_path>...
Examples
# Add a certificate to the "ca" type of a named store "acme-rockets":
notation cert add --type ca --store acme-rockets acme-rockets.crt
# Add a certificate to the "signingAuthority" type of a named store "wabbit-networks":
notation cert add --type signingAuthority --store wabbit-networks wabbit-networks.pem
Options
-h, --help help for add
-s, --store string specify named store
-t, --type string specify trust store type, options: ca, signingAuthority
SEE ALSO
- notation certificate - Manage certificates in trust store
Auto generated by spf13/cobra on 19-Sep-2023
Last modified
November 5, 2023
: added CLI reference content for v1.0.0 (#355) (72786dc)