1,106
edits
Technician (talk | contribs) |
Technician (talk | contribs) |
||
Line 129: | Line 129: | ||
=== Update DNS entries === | === Update DNS entries === | ||
You have to change the configuration of the following domains: | |||
* feministwiki.org | |||
* feministwiki.net | |||
* feministwiki.de | |||
* fem.wiki | |||
* fffrauen.de | |||
==== feministwiki.org ==== | |||
You only have to change three DNS entries, since most of the subdomains work via CNAME entries: | |||
* The main <code>A</code> entry for <code>@</code> (self-reference i.e. feministwiki.org) | |||
* The <code>A</code> entry for <code>smtp</code> since this is not allowed to be a CNAME | |||
* The <code>A</code> entry for <code>xmpp</code> since this is not allowed to be a CNAME | |||
==== feministwiki.net, feministwiki.de, fem.wiki, fffrauen.de ==== | |||
For these, you only have to change the main <code>A</code> entry, since they don't use SMTP or XMPP. | |||
=== Update the certificate === | === Update the certificate === | ||
Run the <code>letsencrypt-refresh</code> script to get a new certificate which includes all our domain names, since we had started out with just feministwiki.dev. | Run the <code>letsencrypt-refresh</code> script to get a new certificate which includes all our domain names, since we had started out with just feministwiki.dev. |