Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0719f72f
Commit
0719f72f
authored
Dec 01, 2020
by
Simon Kelly
Committed by
Nick Gaskill
Dec 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a second TXT entry for domain verification
parent
60d78bce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/user/project/pages/custom_domains_ssl_tls_certification/index.md
...oject/pages/custom_domains_ssl_tls_certification/index.md
+16
-0
No files found.
doc/user/project/pages/custom_domains_ssl_tls_certification/index.md
View file @
0719f72f
...
...
@@ -190,6 +190,22 @@ Expect the output:
_gitlab-pages-verification-code.<YOUR-PAGES-DOMAIN>. 300 IN TXT "gitlab-pages-verification-code=<YOUR-VERIFICATION-CODE>"
```
In some cases it can help to add the verification code with the same domain name as you are trying to register.
For a root domain:
| From | DNS Record | To |
| ------------------------------------------------- | ---------- | ---------------------- |
|
`example.com`
| TXT |
`gitlab-pages-verification-code=00112233445566778899aabbccddeeff`
|
|
`_gitlab-pages-verification-code.example.com`
| TXT |
`gitlab-pages-verification-code=00112233445566778899aabbccddeeff`
|
For a subdomain:
| From | DNS Record | To |
| ------------------------------------------------- | ---------- | ---------------------- |
|
`www.example.com`
| TXT |
`gitlab-pages-verification-code=00112233445566778899aabbccddeeff`
|
|
`_gitlab-pages-verification-code.www.example.com`
| TXT |
`gitlab-pages-verification-code=00112233445566778899aabbccddeeff`
|
### Adding more domain aliases
You can add more than one alias (custom domains and subdomains) to the same project.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment