Skip to content

Commit

Permalink
Update tls_cert_create.go
Browse files Browse the repository at this point in the history
Change to use the warn function
  • Loading branch information
lhaig committed Nov 14, 2022
1 parent 5f78540 commit 61cf003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/tls_cert_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (c *TLSCertCreateCommand) Run(args []string) int {
}

if c.server {
c.Ui.Info(
c.Ui.Warn(
`==> WARNING: Server Certificates grants authority to become a
server and access all state in the cluster including root keys
and all ACL tokens. Do not distribute them to production hosts
Expand Down

0 comments on commit 61cf003

Please sign in to comment.