tcld namespace accepted-client-ca remove
The tcld namespace accepted-client-ca remove
command removes client CA certificates from a Namespace in Temporal Cloud.
tcld namespace accepted-client-ca remove --ca-certificate <value>
Alias: r
The following modifiers control the behavior of the command.
--namespace
Specify a Namespace hosted on Temporal Cloud. If not specified, the value of the environment variable $TEMPORAL_CLOUD_NAMESPACE is used.
Alias: -n
Example
tcld namespace accepted-client-ca remove --namespace <namespace_id> --ca-certificate <encoded_certificate>
--request-id
Specify a request identifier to use for the asynchronous operation. If not specified, the server assigns a request identifier.
Alias: -r
Example
tcld namespace accepted-client-ca remove --request-id <request_id> --ca-certificate <encoded_certificate>
--resource-version
Specify a resource version (ETag) to update from. If not specified, the latest version is used.
Alias: -v
Example
tcld namespace accepted-client-ca remove --resource-version <etag> --ca-certificate <encoded_certificate>
--ca-certificate
Required modifier unless --ca-certificate-fingerprint
or --ca-certificate-file
is specified
Specify the base64-encoded string of a CA certificate PEM file.
If --ca-certificate-fingerprint
is also specified, both --ca-certificate
and --ca-certificate-file
are ignored.
If --ca-certificate-file
is also specified but --ca-certificate-fingerprint
is not, only --ca-certificate
is used.
Alias: -c
Example
tcld namespace accepted-client-ca remove --ca-certificate <encoded_certificate>
--ca-certificate-file
Required modifier unless --ca-certificate-fingerprint
or --ca-certificate
is specified
Specify a path to a CA certificate PEM file.
If --ca-certificate-fingerprint
is also specified, both --ca-certificate-file
and --ca-certificate
are ignored.
If --ca-certificate
is also specified but --ca-certificate-fingerprint
is not, only --ca-certificate
is used.
Alias: -f
Example
tcld namespace accepted-client-ca remove --ca-certificate-file <path>
--ca-certificate-fingerprint
Required modifier unless --ca-certificate
or --ca-certificate-file
is specified
Specify the fingerprint of a CA certificate.
If --ca-certificate
, --ca-certificate-file
, or both are also specified, they are ignored.
Alias: --fp
Example
tcld namespace accepted-client-ca remove --ca-certificate-fingerprint <fingerprint>