diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-14 08:11:07 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-14 08:11:07 +0100 |
commit | 8cd873855397ec5303531e3de569060a6c47a3da (patch) | |
tree | 3ac2f9361b24a1216d486869d2374037b908b0a9 /articles/2023-02-13-new-website-using-gnix.md | |
parent | 3910bf7522b9146d1a0a23d59d2f3e1f35c8e790 (diff) | |
download | metamuffin-blog-8cd873855397ec5303531e3de569060a6c47a3da.tar metamuffin-blog-8cd873855397ec5303531e3de569060a6c47a3da.tar.bz2 metamuffin-blog-8cd873855397ec5303531e3de569060a6c47a3da.tar.zst |
typo
Diffstat (limited to 'articles/2023-02-13-new-website-using-gnix.md')
-rw-r--r-- | articles/2023-02-13-new-website-using-gnix.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/articles/2023-02-13-new-website-using-gnix.md b/articles/2023-02-13-new-website-using-gnix.md index c919ad7..04cdc02 100644 --- a/articles/2023-02-13-new-website-using-gnix.md +++ b/articles/2023-02-13-new-website-using-gnix.md @@ -49,13 +49,14 @@ previously. At this point I started rewriting my main website. Another inconvinience was that I would need `certbot` to aquire one certificate for each subdomain. Letsencrypt offers wildcard certificates; These can be -obtained by solving a ACME challenge that requires changing DNS record (to prove -you own the domain). My current registrar (Namecheap) does not offer me an API -for automatically applying these though. They do however (through a very very -confusing, badly designed user interface) allow me to set a custom nameserver. -By setting the nameserver to `144.91.114.82` (IP address of my VPS) the server -can run its own nameserver that has authority over resolving `metamuffin.org`. I -used BIND9's `named` to do that and also dynamically update records. +obtained by solving an ACME challenge that requires changing a DNS record (to +prove you own the domain). My current registrar (Namecheap) does not offer me an +API for automatically applying these though. They do however (through a very +very confusing, badly designed user interface) allow me to set a custom +nameserver. By setting the nameserver to `144.91.114.82` (IP address of my VPS) +the server can run its own nameserver that has authority over resolving +`metamuffin.org`. I used BIND9's `named` to do that and also dynamically update +records. ```conf # /etc/named.conf (-rw-------; owned by named) |