Page 1 of 1

New Letsencrypt CLI

Posted: Fri Jul 01, 2016 9:43 am
by locus
Anyone figured out how to use the new built in tools for Letsencrypt?

Re: New Letsencrypt CLI

Posted: Fri Jul 01, 2016 10:06 am
by mehargags
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

Re: New Letsencrypt CLI

Posted: Fri Jul 01, 2016 10:17 am
by locus
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.

Re: New Letsencrypt CLI

Posted: Fri Jul 01, 2016 10:36 am
by mehargags
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

Posted: Sat Jul 02, 2016 10:37 am
by Elizine
Please refer to the below link on Let's Encrypt CLI -
https://github.com/Daplie/letsencrypt-cli

Re: New Letsencrypt CLI

Posted: Sat Jul 02, 2016 3:40 pm
by cfgalvani

Code: Select all

v-add-letsencrypt-domain USER DOMAIN [ALIASES] [RESTART]
Worked fine in here!

Re: New Letsencrypt CLI

Posted: Sun Jul 03, 2016 12:53 pm
by Felix
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:

Code: Select all

yum install vim-common

Re: New Letsencrypt CLI

Posted: Fri Jul 15, 2016 6:25 pm
by supersuphot

Code: Select all

v-add-letsencrypt-domain USER DOMAIN [ALIASES] [RESTART]
Tested & Worked.
I just run from previously domain that use letsencrypt-vesta. All working without any problem.

Re: New Letsencrypt CLI

Posted: Wed Jul 20, 2016 8:08 am
by skurudo
Ok, closed.