Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/alexAubin/letsencrypt_ynh

Automatically install let's encrypt certificate on Yunohost
https://github.com/alexAubin/letsencrypt_ynh

Last synced: 4 months ago
JSON representation

Automatically install let's encrypt certificate on Yunohost

Lists

README

        

Let's encrypt
=============

Automatic installation of Let's encrypt certificates on Yunohost

ATTENTION - THIS APP IS NOW DEPRECIATED BECAUSE CERTIFICATE MANAGEMENT IS NOW
INTEGRATED DIRECTLY INTO YUNOHOST SINCE 2.5. DO NOT INSTALL THIS APP IF YOU
DON'T KNOW WHAT YOU'RE DOING !

**Disclaimer !** This is alpha/experimetal software, use at your own risks.
Testers / feedbacks are welcome ! So far I tested the install on a Yunohost test
VM, and a production server (RPi). It seems to work though the install takes a
while.

Features
--------

- Automatic install of Let's encrypt ACME client
- Automatic initial fetch of certificate(s) (one domain, or all domains)
- Automatic renewal of soon-to-expire certificates through weekly cron job
- Uninstall script if you want to fallback to self-signed certificates

N.B. about the install for all domains :
- if every fetch fails, install will be aborted ;
- otherwise, it will simply show a warning if one fetch failed.

To-do list
----------

- Upgrade/backup/restore ?
- ...