Switch to staging server to give timeouts a chance to timeout
This commit is contained in:
parent
55e80ee0b8
commit
d7c5547164
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
email: admin@hxme.net
|
email: admin@hxme.net
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
#server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
|
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-rfc2136
|
name: letsencrypt-rfc2136
|
||||||
solvers:
|
solvers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue