SSL Keys
SSL Keys
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.
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.
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: SSL Keys
You can look at this code: https://github.com/serghey-rodin/vesta/issues/425
Re: SSL Keys
Version with LetsEncrypt support while in development
tjebbeke made integration, you can try to use his code.
tjebbeke made integration, you can try to use his code.
Re: SSL Keys
LetsEncrypt support added.
CLI commands for now, GUI will be later.
ENG: viewtopic.php?t=11927
RUS: viewtopic.php?t=11905
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
RUS: viewtopic.php?t=11905