Commit f3a4f46d authored by Matthew Holt's avatar Matthew Holt

vendor: Update certmagic; fix #2400

parent 78455c7c
...@@ -289,6 +289,10 @@ func (cfg *Config) ObtainCert(name string, interactive bool) error { ...@@ -289,6 +289,10 @@ func (cfg *Config) ObtainCert(name string, interactive bool) error {
return nil return nil
} }
if cfg.storageHasCertResources(name) {
return nil
}
client, err := cfg.newACMEClient(interactive) client, err := cfg.newACMEClient(interactive)
if err != nil { if err != nil {
return err return err
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
"importpath": "github.com/mholt/certmagic", "importpath": "github.com/mholt/certmagic",
"repository": "https://github.com/mholt/certmagic", "repository": "https://github.com/mholt/certmagic",
"vcs": "git", "vcs": "git",
"revision": "707b20497ed70e559300ae4e91c6fd7db973fffc", "revision": "01ffe8b3c7d611483ef936e90845329709721127",
"branch": "master", "branch": "master",
"notests": true "notests": true
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment