#87: Automate custom domain VHOST registration #89
Open
n4chung
wants to merge 2 commits from n4chung/pyceo:feat-87
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'n4chung/pyceo:feat-87'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Issue: #87
Things to complete/improve:
Instructions:
Generate the correct TXT record for your CSC account:
Info:
Replace
ctdalek
with your own CSC username!Add a TXT record to your root domain name (ie. don't include the subdomain part). Follow your respective DNS record provider (example for Cloudflare: https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/).
Is there a reason why we use an MD5 hash? Why not just store the username directly in the TXT record?
Hmmm you're absolutely correct we can! In fact there isn't really a particular reason why not since all csc usernames seem to be alphanumeric...
Primarily because originally I wasn't sure what the key should be based on...
Let's fix the conflicts and the TODO comments, and then we can try testing it out with some real DNS records.