diff --git a/command/ca/provisioner/update.go b/command/ca/provisioner/update.go index ff836405d..46342163b 100644 --- a/command/ca/provisioner/update.go +++ b/command/ca/provisioner/update.go @@ -33,6 +33,8 @@ func updateCommand() cli.Command { [**--admin-cert**=] [**--admin-key**=] [**--admin-subject**=] [**--admin-provisioner**=] [**--admin-password-file**=] [**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=] +[**--x509-template**=] [**--x509-template-data**=] [**--ssh-template**=] +[**--ssh-template-data**=] ACME @@ -42,6 +44,7 @@ ACME [**--attestation-roots**=] [**--admin-cert**=] [**--admin-key**=] [**--admin-subject**=] [**--admin-provisioner**=] [**--admin-password-file**=] [**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=] +[**--x509-template**=] [**--x509-template-data**=] OIDC @@ -54,6 +57,8 @@ OIDC [**--admin-cert**=] [**--admin-key**=] [**--admin-subject**=] [**--admin-provisioner**=] [**--admin-password-file**=] [**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=] +[**--x509-template**=] [**--x509-template-data**=] [**--ssh-template**=] +[**--ssh-template-data**=] X5C @@ -61,6 +66,8 @@ X5C [**--admin-cert**=] [**--admin-key**=] [**--admin-subject**=] [**--admin-provisioner**=] [**--admin-password-file**=] [**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=] +[**--x509-template**=] [**--x509-template-data**=] [**--ssh-template**=] +[**--ssh-template-data**=] K8SSA (Kubernetes Service Account) @@ -68,6 +75,7 @@ K8SSA (Kubernetes Service Account) [**--admin-cert**=] [**--admin-key**=] [**--admin-subject**=] [**--admin-provisioner**=] [**--admin-password-file**=] [**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=] +[**--x509-template**=] [**--x509-template-data**=] IID (AWS/GCP/Azure) @@ -82,6 +90,8 @@ IID (AWS/GCP/Azure) [**--admin-cert**=] [**--admin-key**=] [**--admin-subject**=] [**--admin-provisioner**=] [**--admin-password-file**=] [**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=] +[**--x509-template**=] [**--x509-template-data**=] [**--ssh-template**=] +[**--ssh-template-data**=] SCEP @@ -92,7 +102,8 @@ SCEP [**--scep-decrypter-key-uri**=] [**--scep-decrypter-key-password-file**=] [**--admin-cert**=] [**--admin-key**=] [**--admin-subject**=] [**--admin-provisioner**=] [**--admin-password-file**=] -[**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=]`, +[**--ca-url**=] [**--root**=] [**--context**=] [**--ca-config**=] +[**--x509-template**=] [**--x509-template-data**=]`, Flags: []cli.Flag{ nameFlag, pubKeyFlag,