218
edits
Note: Currently new registrations are closed, if you want an account Contact us
(→Setting up Backup: no public ip for backup.poddery.com) |
(→SSL/TLS certificates: add save.poddery.com) |
||
Line 31: | Line 31: | ||
== SSL/TLS certificates == | == SSL/TLS certificates == | ||
# letsencrypt certonly -d poddery.com -d www.poddery.com -d test.poddery.com -d groups.poddery.com | # letsencrypt --webroot --webroot-path /usr/share/diaspora/public certonly -d poddery.com -d www.poddery.com -d test.poddery.com -d groups.poddery.com -d save.poddery.com | ||
# letsencrypt --webroot --webroot-path /usr/share/diaspora/public/save certonly -d save.poddery.com | |||
# cp -L /etc/letsencrypt/live/test.poddery.com/fullchain.pem /etc/diaspora/ssl/poddery.com-bundle.pem | # cp -L /etc/letsencrypt/live/test.poddery.com/fullchain.pem /etc/diaspora/ssl/poddery.com-bundle.pem | ||
# cp -L /etc/letsencrypt/live/test.poddery.com/privkey.pem /etc/diaspora/ssl/poddery.com.key | # cp -L /etc/letsencrypt/live/test.poddery.com/privkey.pem /etc/diaspora/ssl/poddery.com.key |