This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:certbot_update [2018/05/09 10:23] admin |
linux:certbot_update [2018/05/09 10:27] (current) admin |
||
---|---|---|---|
Line 40: | Line 40: | ||
Navigate to your CloudFlare admin page and select DNS from the top menu. | Navigate to your CloudFlare admin page and select DNS from the top menu. | ||
- | CloudFlare DNS | + | {{ :linux:cloud_flare_dns.png |}} |
In the dropdown under DNS Records, choose TXT. Enter the name provided under Name, and the random looking string under Value, then click on Add Record. It should look similar to the following: | In the dropdown under DNS Records, choose TXT. Enter the name provided under Name, and the random looking string under Value, then click on Add Record. It should look similar to the following: | ||
- | Acme-challenge DNS text entry | + | {{ :linux:cloud_flare_dns_txt_strings.png |}} |
Back on your server, hit Enter to allow the process to continue. | Back on your server, hit Enter to allow the process to continue. | ||
Line 64: | Line 64: | ||
<code bash> | <code bash> | ||
- | service nginx restart | + | systemctlhttpd restart |
</code> | </code> | ||
Refresh your page in your browser, and you're up and running! | Refresh your page in your browser, and you're up and running! |