• Matthew Holt's avatar
    Fix bug renewing certs affecting Caddyfiles using wildcard addresses · a251831f
    Matthew Holt authored
    A Caddyfile using *.example.com as its site address would be subject to
    this bug at renewal time, as it would use the literal "*.example.com"
    value instead of the name being passed in to obtain a certificate.
    This change fixes the LoadSite call so that it looks in the proper
    directory for the certificate resources.
    a251831f
config.go 16.7 KB