We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
New Letsencrypt CLI
New Letsencrypt CLI
Anyone figured out how to use the new built in tools for Letsencrypt?
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: New Letsencrypt CLI
haven't used them myself but read somewhere yesterday on this forum
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
Last edited by mehargags on Sat Jul 02, 2016 3:56 pm, edited 1 time in total.
Re: New Letsencrypt CLI
Yeah, already ran them to look at arguments.
I assume I have to add a LE user followed by adding the domain but unsure on v-sign-letsencrypt-csr
Don't really want to screw up running production sites by experimenting.
I assume I have to add a LE user followed by adding the domain but unsure on v-sign-letsencrypt-csr
Don't really want to screw up running production sites by experimenting.
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: New Letsencrypt CLI
don't try them on a production server... It is experimental and untested so try out on a dev/practice server
Re: New Letsencrypt CLI
Please refer to the below link on Let's Encrypt CLI -
https://github.com/Daplie/letsencrypt-cli
https://github.com/Daplie/letsencrypt-cli
Re: New Letsencrypt CLI
Code: Select all
v-add-letsencrypt-domain USER DOMAIN [ALIASES] [RESTART]
Re: New Letsencrypt CLI
When I run v-add-letsencrypt-domain USER DOMAIN On CentOS 7 I got the errors:
/usr/local/vesta/bin/v-add-letsencrypt-user: line 59: xxd: command not found
/usr/local/vesta/bin/v-add-letsencrypt-user: line 63: xxd: command not found
Error: LetsEncrypt account registration 400
Solution for that was to install xxd running the command:
/usr/local/vesta/bin/v-add-letsencrypt-user: line 59: xxd: command not found
/usr/local/vesta/bin/v-add-letsencrypt-user: line 63: xxd: command not found
Error: LetsEncrypt account registration 400
Solution for that was to install xxd running the command:
Code: Select all
yum install vim-common
-
- Posts: 12
- Joined: Wed Oct 29, 2014 9:54 am
- Os: CentOS 6x
- Web: apache + nginx
Re: New Letsencrypt CLI
Code: Select all
v-add-letsencrypt-domain USER DOMAIN [ALIASES] [RESTART]
I just run from previously domain that use letsencrypt-vesta. All working without any problem.
Re: New Letsencrypt CLI
Ok, closed.