summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/LetsEncrypt.hs
AgeCommit message (Collapse)Author
2018-08-09letsencrypt': Pass --expand to support expanding the list of domainsJoey Hess
2016-06-10Switch letsencrypt to certbot package name.Joey Hess
2016-05-17mention certbotJoey Hess
2016-05-05Run letsencrypt with --noninteractive.Joey Hess
2016-03-25ported moreJoey Hess
Ssh is WIP and failing to compile quite badly
2016-02-07wordingJoey Hess
2016-02-07rethought how letsencrypt cert change is handledJoey Hess
Simply use onChange to let any other property by run after letsencrypt gets/renews the cert. Much simpler and allows for revertable properties too!
2016-02-07propellor spinJoey Hess
2016-02-07letsencryptJoey Hess
* Added Propellor.Property.LetsEncrypt * Apache.httpsVirtualHost: New property, setting up a https vhost with the certificate automatically obtained using letsencrypt.