Actions
tickets #165090
closedAdd TXT record for GitHub verification to openqa.opensuse.org
Start date:
Due date:
% Done:
0%
Estimated time:
Description
In order to verify openqa.opensuse.org for GitHub as suggested in #156088 we need the DNS to be updated:
- Create a TXT record in your DNS configuration for the following hostname: _gh-os-autoinst-o.openqa.opensuse.org
- Use this code for the value of the TXT record: 43819255a9. Please note that the code will expire in 7 days.
- Wait until your DNS configuration changes. This could take up to 72 hours to propagate.
This is based on following the officially documented steps on GitHub: https://docs.github.com/en/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization#verifying-a-domain-for-your-organization
Updated by livdywan 4 months ago
- Copied from action #156088: Verify os-autoinst GitHub organization size:S added
Updated by crameleon 4 months ago
- Status changed from In Progress to Feedback
Hi Liv,
$ pdnsutil add-record opensuse.org _gh-os-autoinst-o.openqa. TXT 43819255a9
New rrset:
_gh-os-autoinst-o.openqa.opensuse.org. 3600 IN TXT "43819255a9"
~> for i in (seq 1 4); dig +short @ns$i.opensuse.org _gh-os-autoinst-o.openqa.opensuse.org TXT ; end
"43819255a9"
"43819255a9"
"43819255a9"
"43819255a9"
Let me know when it's ready to be removed again.
Best,
Georg
Actions