mirror of
https://github.com/vxcontrol/rancher-letsencrypt.git
synced 2026-07-01 00:08:01 -04:00
Changed Staging API URL to v02
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
||||
const (
|
||||
StorageDir = "/etc/letsencrypt"
|
||||
ProductionApiUri = "https://acme-v02.api.letsencrypt.org/directory"
|
||||
StagingApiUri = "https://acme-staging.api.letsencrypt.org/directory"
|
||||
StagingApiUri = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||
)
|
||||
|
||||
type KeyType string
|
||||
|
||||
Reference in New Issue
Block a user