Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorVladimir Shushlin <vshushlin@gitlab.com>2019-06-03 14:22:03 +0300
committerNick Thomas <nick@gitlab.com>2019-06-03 14:22:03 +0300
commit9df35356572e09dc2c0907113bf64479204e46a9 (patch)
tree70297534cace3ad4c6015df32757690cc9244992 /shared
parent80fa0bb4e200a6b3b9194766dd209de28d1cf08a (diff)
Redirect unknown ACME challenges to the GitLab instance
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group.acme/with.acme.challenge/config.json6
-rw-r--r--shared/pages/group.acme/with.acme.challenge/public/.well-known/acme-challenge/existingtoken1
-rw-r--r--shared/pages/group.acme/with.acme.challenge/public/index.html1
3 files changed, 8 insertions, 0 deletions
diff --git a/shared/pages/group.acme/with.acme.challenge/config.json b/shared/pages/group.acme/with.acme.challenge/config.json
new file mode 100644
index 00000000..f50ba7fa
--- /dev/null
+++ b/shared/pages/group.acme/with.acme.challenge/config.json
@@ -0,0 +1,6 @@
+{ "domains": [
+ {
+ "domain": "withacmechallenge.domain.com"
+ }
+ ]
+}
diff --git a/shared/pages/group.acme/with.acme.challenge/public/.well-known/acme-challenge/existingtoken b/shared/pages/group.acme/with.acme.challenge/public/.well-known/acme-challenge/existingtoken
new file mode 100644
index 00000000..84455e1d
--- /dev/null
+++ b/shared/pages/group.acme/with.acme.challenge/public/.well-known/acme-challenge/existingtoken
@@ -0,0 +1 @@
+this is token
diff --git a/shared/pages/group.acme/with.acme.challenge/public/index.html b/shared/pages/group.acme/with.acme.challenge/public/index.html
new file mode 100644
index 00000000..9015a7a3
--- /dev/null
+++ b/shared/pages/group.acme/with.acme.challenge/public/index.html
@@ -0,0 +1 @@
+index