Skip to content

Commit

Permalink
bugfix expiry not parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux committed Apr 17, 2022
1 parent 7fb319f commit ff0698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/certify/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func parseArgs(args []string) ([]net.IP, []string, string, time.Time, []x509.Ext
}

if expiry.IsZero() {
expiry = parseExpiry("")
expiry = parseExpiry("expiry:")
}

if len(ekus) == 0 {
Expand Down

0 comments on commit ff0698c

Please sign in to comment.