0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

vendor: Update certmagic; fix #2400

This commit is contained in:
Matthew Holt 2019-01-18 10:39:00 -07:00
parent 78455c7cb9
commit f3a4f46d78
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 5 additions and 1 deletions

View file

@ -289,6 +289,10 @@ func (cfg *Config) ObtainCert(name string, interactive bool) error {
return nil
}
if cfg.storageHasCertResources(name) {
return nil
}
client, err := cfg.newACMEClient(interactive)
if err != nil {
return err

2
vendor/manifest vendored
View file

@ -138,7 +138,7 @@
"importpath": "github.com/mholt/certmagic",
"repository": "https://github.com/mholt/certmagic",
"vcs": "git",
"revision": "707b20497ed70e559300ae4e91c6fd7db973fffc",
"revision": "01ffe8b3c7d611483ef936e90845329709721127",
"branch": "master",
"notests": true
},