Lumen help
If you wish to configure the Lumen platform to pass the ACME Challenge route through to your origin please follow the following steps. Please note that enabling this feature will render the Lumen provided Let’s Encrypt SSL certificates unusable.
...
"environments": {
"Production": {
"origin": {
"address": "origin.example.com",
"enable_sni": true
},
...
...
"environments": {
"Production": {
"origin": {
"address": "origin.example.com",
"enable_sni": true,
"proxy_acme_challenge": true
},
...
© 2024 Lumen Technologies. All Rights Reserved. Lumen is a registered trademark in the United States, EU and certain other countries.