alexalouit / ISPConfig-letsencrypt

Let's Encrypt support for ISPConfig
68 stars 23 forks source link

Support for letsencrypt.sh #30

Open brrrrrrrt opened 8 years ago

brrrrrrrt commented 8 years ago

i really appreciate the work you have done and i would love to test it, hence to have letsencrypt within ISPConfig, but the hell of dependencies is keeping me from using it:

https://github.com/letsencrypt/letsencrypt/issues/1301

by now i am using a simple shell script which does the job in a perfect way without all the bloated stuff. Easy installation, simple configuration, automatic renewal via cron and even features the possibility for a hook script:

https://github.com/lukas2511/letsencrypt.sh

alexalouit commented 8 years ago

Hi!

Great work, I think minimum number of dependencies is essential for a better maintaining.

brrrrrrrt commented 8 years ago

upgrading letsencrypt.sh is as easy as "git pull" :)

right now i am using letsencrypt.sh together with ISPConfig in the following way:

"all" what would be needed from ispconfig would be a letsencrypt(.sh) checkbox and which adds/removes the domain to/from the domains.txt, call "letsencrypt.sh -c" and create proper symlinks instead of certificate files.

i use a global Alias for the challenge folder, which makes things easy, but the hooks of letsencrypt.sh could also be used to create temporary ones in the proper document root.