diff --git a/blog.bryanroessler.com/_posts/2019-02-09-automatic-certbot-namecheap-acme-dns.md b/blog.bryanroessler.com/_posts/2019-02-09-automatic-certbot-namecheap-acme-dns.md index 90660a4..1c6184c 100644 --- a/blog.bryanroessler.com/_posts/2019-02-09-automatic-certbot-namecheap-acme-dns.md +++ b/blog.bryanroessler.com/_posts/2019-02-09-automatic-certbot-namecheap-acme-dns.md @@ -127,7 +127,7 @@ When you run the command certbot will prompt you to add one more DNS CNAME recor Example: `_acme-challenge..com CNAME ch30791e-33f4-1af1-7db3-1ae95ecdde28.acme..com.` -Create a new CNAME record named `\_acme-challenge` and give it a value of `ch30791e-33f4-1af1-7db3-1ae95ecdde28.acme..com.` +Create a new CNAME record named `_acme-challenge` and give it a value of `ch30791e-33f4-1af1-7db3-1ae95ecdde28.acme..com.` Wait a few minutes and hit to complete the ACME challenge and receive your certificates!