mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
update letsEncrypt config after testing
verified this works now
This commit is contained in:
@@ -44,11 +44,10 @@ X-Xsrftoken = "redact"
|
||||
address = "localhost:{{ traefik_api['port'] }}"
|
||||
|
||||
{% if https['enabled'] and https['letsencrypt']['email'] and https['letsencrypt']['domains'] %}
|
||||
[certificateResolvers.letsencrypt.acme]
|
||||
[certificatesResolvers.letsencrypt.acme]
|
||||
email = "{{ https['letsencrypt']['email'] }}"
|
||||
storage = "acme.json"
|
||||
[certificateResolvers.letsencrypt.acme.httpChallenge]
|
||||
entryPoint = "http"
|
||||
[certificatesResolvers.letsencrypt.acme.tlsChallenge]
|
||||
{% endif %}
|
||||
|
||||
[providers]
|
||||
|
||||
Reference in New Issue
Block a user