commit
a83ecc7ed1
@ -1 +1,2 @@
|
||||
letsencrypt_test_only: False
|
||||
letsencrypt_use_staging: False
|
||||
letsencrypt_self_sign_only: False
|
||||
|
@ -1 +1 @@
|
||||
letsencrypt_test_only: False
|
||||
letsencrypt_use_staging: False
|
@ -1,4 +1,6 @@
|
||||
# We don't want CI tests trying to really authenticate against
|
||||
# letsencrypt; apart from just being unfriendly it might cause quota
|
||||
# issues.
|
||||
letsencrypt_test_only: True
|
||||
# issues. As we don't have the authentication keys exposed in the
|
||||
# gate, only generate a place-holder self-signed cert for testing.
|
||||
letsencrypt_use_staging: True
|
||||
letsencrypt_self_sign_only: True
|
||||
|
Loading…
Reference in new issue