Commit 3e984606 authored by Łukasz Nowak's avatar Łukasz Nowak

rapid-cdn: Describe CDN level HTTP-01 challenge

parent ceabc68a
Pipeline #31099 failed with stage
in 0 seconds
......@@ -347,6 +347,17 @@
"type": "string",
"default": "false"
},
"http-01-challenge-path": {
"title": "HTTP-01 Challenge Path",
"description": "A path used for HTTP-01 challenge, serverd on plain text HTTP port. All requestes are going to be directed to http-01-challenge-url. Note: The path is only active when http-01-challenge-url is set, otherwise it's passed to usual backends.",
"type": "string",
"default": "/.well-known"
},
"http-01-challenge-url": {
"title": "HTTP-01 Challenge URL",
"description": "A backend responsible for HTTP-01 Challenge. By default empty, so no CDN level HTTP-01 challenge happens.",
"type": "string"
},
"url-netloc-list": {
"type": "string",
"title": "[EXPERT] List of netlocs for \"Backend URL\"",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment