Page 1 of 1

Lets Encrypt

Posted: Fri Jul 01, 2016 4:11 pm
by efinstorm
Hello,

Notice that Vesta has been updated with CLI for letsencrpty and when I try to issue an ssl for my domain i get this error.

Authorizations for these names not found or expired: sub.mydomain.com

Any ideas how to fix this?

Thank you.

Edit:
After checking the error log I only see this

2016-07-01 13:55:39 v-add-letsencrypt-domain 'admin' 'sub.mydomain.com' [Error 8]
2016-07-01 13:55:39 v-sign-letsencrypt-csr 'admin' 'sub.mydomain.com' '/tmp/tmp.ne2XDFSDRy5' [Error 8]

Re: Lets Encrypt

Posted: Wed Jul 06, 2016 12:44 pm
by zion
I have the same problem on my Debian 7

Re: Lets Encrypt

Posted: Wed Jul 06, 2016 12:49 pm
by dpeca
Did you try to get latest source of Vesta from github?

Re: Lets Encrypt

Posted: Thu Jul 07, 2016 1:22 pm
by zion
dpeca wrote:Did you try to get latest source of Vesta from github?
yes I have latest version from github

Can you give command instruction for add domain on ssl

Re: Lets Encrypt

Posted: Mon Jul 18, 2016 5:21 pm
by Felix
I was having the same issue.

Code: Select all

v-add-letsencrypt-domain [user] [domain] [www.domain] 
was producing the error:
Error: Error: Authorizations for these names not found or expired: [domain]

I solved this by:

Code: Select all

v-add-letsencrypt-domain [user] [domain]
(no alternative names like [www.domain]). This lead to error:

Code: Select all

chmod: missing operand after '755'
Try 'chmod --help' for more information.
but nevertheless the certificate was indeed created for [domain].

Now this certificate only works for [domain] and not for both [domain] and [www.domain] but running again the command:

Code: Select all

v-add-letsencrypt-domain [user] [domain] [www.domain] 
produces a certificate that works with SAN as well.

Hope this helps.

Re: Lets Encrypt

Posted: Wed Jul 20, 2016 8:13 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