Page 1 of 1

SSL Keys

Posted: Sat Mar 26, 2016 10:23 pm
by WAS
Hello, and good day! I have a serious question. I would like to automate SSL keys from LE, but I am unsure where Vesta Stores it's live keys for a domain. It'd be cool if I could point to files on the server instead for other automated processes that renew the certificates in LE at /etc/letsencrypt/live/yoursite.tld/

But I am fine writing up a script to do it, but I just am not sure where the key, cert, and chain is stored.

Re: SSL Keys

Posted: Sun Mar 27, 2016 6:07 pm
by tjebbeke

Re: SSL Keys

Posted: Tue Mar 29, 2016 7:13 am
by skurudo
Version with LetsEncrypt support while in development
tjebbeke made integration, you can try to use his code.

Re: SSL Keys

Posted: Wed Jul 20, 2016 8:20 am
by skurudo
LetsEncrypt support added.
CLI commands for now, GUI will be later.

Code: Select all

v-add-letsencrypt-domain USER DOMAIN [ALIASES] [RESTART]
v-add-letsencrypt-user USER [EMAIL]
v-check-letsencrypt-domain USER DOMAIN
v-list-letsencrypt-user USER [FORMAT]
v-sign-letsencrypt-csr USER DOMAIN CSR_DIR [FORMAT]
v-update-letsencrypt-ssl
ENG: viewtopic.php?t=11927
RUS: viewtopic.php?t=11905