Merge pull request #11884 from assareh/patch-1

consul pls cert create usage example provided in CLI help shows outdated arguments
This commit is contained in:
Daniel Nephin 2022-01-04 15:17:32 -05:00 committed by GitHub
commit de0b51ae8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Usage: consul tls cert <subcommand> [options] [filename-prefix]
Create a certificate with your own CA:
$ consul tls cert create -server -ca-file my-ca.pem -ca-key-file my-ca-key.pem
$ consul tls cert create -server -ca my-ca.pem -key my-ca-key.pem
==> saved dc1-server-consul.pem
==> saved dc1-server-consul-key.pem