1,106
edits
Technician (talk | contribs) No edit summary |
Technician (talk | contribs) |
||
Line 173: | Line 173: | ||
a2ensite fw-account fw-blogs fw-chat fw-files fw-forum fw-mail fw-wiki fw-xmpp | a2ensite fw-account fw-blogs fw-chat fw-files fw-forum fw-mail fw-wiki fw-xmpp | ||
=== | === Copy certificates === | ||
Copy over the certs from the old server: | |||
tar -czPf- /etc/fw-certs | ssh feministwiki.dev -p ${SSH_PORT} 'tar -xzf-' | tar -czPf- /etc/fw-certs | ssh feministwiki.dev -p ${SSH_PORT} 'tar -xzf-' | ||
The {{C|/etc/fw-certs}} directory is owned by the group {{C|ssl-cert}}, and files that contain the private key can only be read by group members. To allow certain services to read those files, add them to the group: | |||
adduser ejabberd ssl-cert | adduser ejabberd ssl-cert |