mirror of
https://github.com/1f349/orchid.git
synced 2024-12-21 23:54:12 +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)
|
||||
}
|
||||
|
||||
certDir := filepath.Join(wd, "certs")
|
||||
keyDir := filepath.Join(wd, "keys")
|
||||
certDir := filepath.Join(wd, "renewal-certs")
|
||||
keyDir := filepath.Join(wd, "renewal-keys")
|
||||
|
||||
wg := &sync.WaitGroup{}
|
||||
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