Skip to content

Commit

Permalink
server: Log ACME directory server used on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
evenh committed May 1, 2019
1 parent ee11792 commit ab72355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/issuer.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func NewIssuerService(config *config.ServerConfig, userAgent string) *IssuerServ
whitelist := NewWhitelist(config.Domains)
issuer.whitelist = whitelist

log.Infof("Using ACME directory: %s", config.Directory)
log.Infof("Certificate issuer service configured - certificates will be renewed %v before expiry", config.RenewalThreshold)

return issuer
Expand Down

0 comments on commit ab72355

Please sign in to comment.