LetsEncrypt is a tool that simply generates certificates and keys. Some of the magic in clients that can be automatically restored when certificates expire, but there is nothing that prevents you from doing this yourself. Keep in mind that LetsEncrypt issues certificates that expire after 90 days, so you will have to repeat this process often until the module supports the client.
Install LetsEncrypt
$ git clone https://github.com/letsencrypt/letsencrypt $ cd letsencrypt $ ./letsencrypt-auto
Note. At the time of this writing, support for Mac OS X was very experimental. To ensure proper installation, you can use the Linux distribution
Create SSL Certificate:
$ ./letsencrypt-auto certonly --standalone -d example.com
Copy to admin module
Note. You may need to create the package before copying. Instructions can be found here .
source share