Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Jan 18, 2025
1 parent 3f66629 commit d461cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerosslissuer.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (iss *ZeroSSLIssuer) Issue(ctx context.Context, csr *x509.CertificateReques

switch cert.Status {
case "pending_validation":
logger.Info("validations succeeded; waiting for certificate to be issued")
logger.Info("validations initiated; waiting for certificate to be issued")

cert, err = iss.waitForCertToBeIssued(ctx, client, cert)
if err != nil {
Expand Down

0 comments on commit d461cbc

Please sign in to comment.