FeministWiki:Server setup: Difference between revisions

Line 406: Line 406:
For these, you only have to change the main {{C|A}} entry, since they don't use SMTP or XMPP.
For these, you only have to change the main {{C|A}} entry, since they don't use SMTP or XMPP.


=== Update the certificate ===
=== Configure LetsEncrypt ===


Run the {{C|letsencrypt-refresh}} script to get a new certificate which includes all our domain names, since we had started out with just feministwiki.dev.
Since we changed the DNS settings, we can now set up certbot:


After this, everything should be functional.  If not, it's time for some debugging!
certbot register -n --agree-tos -m technician@feministwiki.org
letsencrypt-refresh
 
=== Finishing up ===
 
At this point, everything should be functional.  If not, it's time for some debugging!