Skip to content

Commit

Permalink
Issue 288, keep pem for backward compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkanaskie committed Sep 19, 2023
1 parent 6a316b3 commit fbf5074
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/keyaliases/crtka.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ var CreateCmd = &cobra.Command{
ignoreExpiry,
ignoreNewLine,
selfFile)
case "pem":
fallthrough
case "keycertfile":
case "keycertfile", "pem":
_, err = keyaliases.CreateOrUpdateKeyCert(keystoreName,
name,
false,
Expand Down

0 comments on commit fbf5074

Please sign in to comment.