mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-23 00:56:45 +01:00
vendor: Update certmagic; fix #2400
This commit is contained in:
parent
78455c7cb9
commit
f3a4f46d78
2 changed files with 5 additions and 1 deletions
4
vendor/github.com/mholt/certmagic/config.go
generated
vendored
4
vendor/github.com/mholt/certmagic/config.go
generated
vendored
|
@ -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
|
||||||
|
|
2
vendor/manifest
vendored
2
vendor/manifest
vendored
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue