jx verify tls
Verifies TLS for a Cluster Aliases: cert
Usage
jx verify tls [url]
Synopsis
Verifies a TLS certificate, useful to ensure a HTTPS endpoint is using a certificate issued by a specific issuer like LetsEncrypt
Examples
# verifies a TLS certificate issuer and subject
jx-verify step verify tls hook.foo.bar.com --insecure --issuer 'CN=(STAGING) Artificial Apricot R3' --subject 'CN=*.foo.bar.com'
Options
-h, --help help for tls
--issuer string override the default issuer to match the TLS certificate to
--production override the detection of whether to verify TLS is using Production or Staging LetsEncrypt service (default true)
-t, --timeout duration timeout (default 10m0s)
Source
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified March 21, 2022: chore: regenerated plugin docs (f89943973a)