Actions
Enhancement #514
closedUse letsencrypt for stuff.milkypond.org
Start date:
2017-02-28
Due date:
% Done:
100%
Estimated time:
Patch Available:
Confirmed:
No
Branch:
Entity:
DuckCorp
Security:
Help Needed:
Description
It is useful for sharing and possibly webdav links and federation.
Updated by Marc Dequènes about 8 years ago
I used the following command:
certbot --text --renew-by-default --rsa-key-size 3072 --email admin+letsencrypt@duckcorp.org --domains stuff.milkypond.org --agree-tos --webroot --webroot-path /var/www/letsencrypt/stuff.milkypond.org/ certonly
All of this is done using the OSAS httpd's way. In the future it should be templatized using Ansible, but at the moment it works.
Updated by Marc Dequènes about 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
crontab is created for auto-renewal.
Config now uses the new certificates and it is working fine.
Updated by Marc Dequènes over 7 years ago
- Related to Enhancement #599: Use letsencrypt for public-facing websites… maybe more added
Actions