Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Fixed csr typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Sep 2, 2015
1 parent 31fef42 commit 344c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/new_cert.go
Expand Up @@ -77,7 +77,7 @@ func newCertAction(c *cli.Context) {
fmt.Fprintln(os.Stderr, "Create certificate request error:", err)
os.Exit(1)
} else {
fmt.Printf("Created %s/crt\n", name)
fmt.Printf("Created %s/csr\n", name)
}

if err = depot.PutCertificateSigningRequest(d, name, csr); err != nil {
Expand Down

0 comments on commit 344c42d

Please sign in to comment.