mirror of
https://github.com/1f349/orchid.git
synced 2024-12-22 08:04:10 +00:00
Update cert and key path
This commit is contained in:
parent
2839abbf52
commit
76baa5f33f
@ -76,8 +76,8 @@ func normalLoad(conf startUpConfig, wd string) {
|
|||||||
log.Fatal("[Orchid] Failed to open database:", err)
|
log.Fatal("[Orchid] Failed to open database:", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
certDir := filepath.Join(wd, "certs")
|
certDir := filepath.Join(wd, "renewal-certs")
|
||||||
keyDir := filepath.Join(wd, "keys")
|
keyDir := filepath.Join(wd, "renewal-keys")
|
||||||
|
|
||||||
wg := &sync.WaitGroup{}
|
wg := &sync.WaitGroup{}
|
||||||
acmeProv, err := httpAcme.NewHttpAcmeProvider(filepath.Join(wd, "tokens.yml"), conf.Acme.PresentUrl, conf.Acme.CleanUpUrl, conf.Acme.RefreshUrl)
|
acmeProv, err := httpAcme.NewHttpAcmeProvider(filepath.Join(wd, "tokens.yml"), conf.Acme.PresentUrl, conf.Acme.CleanUpUrl, conf.Acme.RefreshUrl)
|
||||||
|
Loading…
Reference in New Issue
Block a user