Browse Source

Simple tls cert create help text typo

k8s_healthcheck
Marc Billow 4 years ago committed by Blake Covarrubias
parent
commit
6960afdfe3
  1. 2
      command/tls/cert/create/tls_cert_create.go

2
command/tls/cert/create/tls_cert_create.go

@ -230,7 +230,7 @@ Usage: consul tls cert create [options]
==> Using consul-agent-ca.pem and consul-agent-ca-key.pem
==> Saved dc1-server-consul-0.pem
==> Saved dc1-server-consul-0-key.pem
$ consul tls cert -client
$ consul tls cert create -client
==> Using consul-agent-ca.pem and consul-agent-ca-key.pem
==> Saved dc1-client-consul-0.pem
==> Saved dc1-client-consul-0-key.pem

Loading…
Cancel
Save