-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added atlassian domain verification file
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="robots" content="noindex"> | ||
</head> | ||
<body> | ||
<h1>Instructions</h1> | ||
<h2>What is this file?</h2> | ||
This file is used by Atlassian Cloud to verify ownership of your domain name. | ||
<br> | ||
Generated at 2022-03-10 10:43:08 UTC. | ||
<br> | ||
<br> | ||
|
||
<h2>I have direct access to my web server</h2> | ||
<ul> | ||
<li>Upload this file to the root folder (top-level folder) of your domain's website.</li> | ||
<li>The file must be accessible at: <code>https://example.com/atlassian-domain-verification.html</code></li> | ||
<li>Return to Atlassian admin screen to complete the verification process</li> | ||
</ul> | ||
|
||
<h4>OR</h4> | ||
|
||
<h2>I am using a CMS or other managed service</h2> | ||
<ul> | ||
<li>Create a page with the path: <code>/atlassian-domain-verification.html</code></li> | ||
<li>Insert this token somewhere into the page: <code>OYSl4poa0miMGRoFGa/uNRzHf9S77w4R2JY6u8JcIzIpTKn8v/EyOjbIEDHWZqha</code></li> | ||
<li>For security reasons please ensure that only site administrators can edit or post comments to this page.</li> | ||
<li>Return to Atlassian admin screen to complete the verification process</li> | ||
</ul> | ||
|
||
<br> | ||
|
||
<h2>Troubleshooting</h2> | ||
<ul> | ||
<li>For further information please visit the | ||
<a href="https://confluence.atlassian.com/purchasing/managed-accounts-and-domain-claim-verification-846071711.html"> | ||
managed accounts and domain claim verification</a> page.</li> | ||
<li>A single redirect is allowed, to: <code>https://www.example.com/atlassian-domain-verification.html</code></li> | ||
</ul> | ||
|
||
<br> | ||
|
||
<h1>Domain Verification Token</h1> | ||
This token must be found in the page at: <code>https://example.com/atlassian-domain-verification.html</code> | ||
<hr> | ||
<code id="domain-verification-token" data-value="OYSl4poa0miMGRoFGa/uNRzHf9S77w4R2JY6u8JcIzIpTKn8v/EyOjbIEDHWZqha">OYSl4poa0miMGRoFGa/uNRzHf9S77w4R2JY6u8JcIzIpTKn8v/EyOjbIEDHWZqha</code> | ||
<!-- OYSl4poa0miMGRoFGa/uNRzHf9S77w4R2JY6u8JcIzIpTKn8v/EyOjbIEDHWZqha --> | ||
|
||
</body> | ||
</html> |