Difference between revisions of "SSL certs via ClouDNS"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
Download the cert via their API: | Download the cert via their API: | ||
* <code>curl "https://api.cloudns.net/dns/freessl-get.xml?auth-id='''AUTHID'''&auth-password='''PASSWORD'''&domain-name='''DOMAIN'''"</code> | * <code>curl <nowiki>"https://api.cloudns.net/dns/freessl-get.xml?auth-id=</nowiki>'''AUTHID'''&auth-password='''PASSWORD'''&domain-name='''DOMAIN'''"</code> | ||
= Step 3 : Make the cert useable = | = Step 3 : Make the cert useable = | ||
(This is where it's gonna get interesting...) | (This is where it's gonna get interesting...) |
Revision as of 13:15, 12 August 2023
Step 1 : Create the cert
In your ClouDNS dashboard, select DNS Hosting, then select the domain you want to add SSL to.
Then click the Free SSL button.
Follow the directions given & then wait for it.
Step 2 : Download the cert
Download the cert via their API:
curl "https://api.cloudns.net/dns/freessl-get.xml?auth-id=AUTHID&auth-password=PASSWORD&domain-name=DOMAIN"
Step 3 : Make the cert useable
(This is where it's gonna get interesting...)