Control Web Panel

WebPanel => SSL => Topic started by: banane on November 07, 2015, 04:18:11 PM

Title: letsencrypt.org implementation
Post by: banane on November 07, 2015, 04:18:11 PM
hi there
does anyone know if the letsencrypt.org certificate authority will be somehow supported?

it would be nice to have such easy, automated and free tool to work properly on our cwp!
Title: Re: letsencrypt.org implementation
Post by: Mihai on November 10, 2015, 09:23:37 AM
You can already use letsencrypt if you we're accepted in their beta stage. The single problem is that the renewal is not yet automated, but you can issue the cert if you're domains are whitelisted in their beta.
Title: Re: letsencrypt.org implementation
Post by: banane on November 10, 2015, 12:45:41 PM
seems that letsencrypt is already out of beta
I asked before installing just not to mess my CWP installation

which instructions did you followed, this: https://letsencrypt.readthedocs.org/en/latest/using.html ?
Title: Re: letsencrypt.org implementation
Post by: Mihai on November 10, 2015, 12:55:54 PM
No, i used this one:
https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html (https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html)

But i'll try to make a tutorial for cwp, because i encountered some problems with python2.6 and virtualenv.
Title: Re: letsencrypt.org implementation
Post by: banane on November 11, 2015, 05:38:08 PM
But i'll try to make a tutorial for cwp, because i encountered some problems with python2.6 and virtualenv.

great, thanks!
Title: Re: letsencrypt.org implementation
Post by: aicon on November 12, 2015, 07:55:00 PM
No, i used this one:
https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html (https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html)

But i'll try to make a tutorial for cwp, because i encountered some problems with python2.6 and virtualenv.

What problems you had?
Title: Re: letsencrypt.org implementation
Post by: Nagataka on December 06, 2015, 09:56:14 AM
Funny to see this thread.
I just added this to suggestions for CWP.
Title: Re: letsencrypt.org implementation
Post by: LanderV on December 07, 2015, 03:11:45 PM
No, i used this one:
https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html (https://raymii.org/s/articles/Lets_Encrypt_Directadmin.html)

But i'll try to make a tutorial for cwp, because i encountered some problems with python2.6 and virtualenv.

Any progress? I could generate pem-files with letsencrypt, but it's not clear to me how I can configure CWP to use these.
Title: Re: letsencrypt.org implementation
Post by: Parricull on December 13, 2015, 12:04:33 PM
Just posting here has this an interesting welcomed idea, maybe someone with a little knowledge could implement this has a plugin or create an auto installer from the developer menu.
Title: Re: letsencrypt.org implementation
Post by: gpcode on January 05, 2016, 08:45:05 AM
First, create file /etc/pki/tls/certs/YOURWEBSITE.COM.cert and paste the content in cert.pem you got from letsencrypt

after that login to your CWP admin > Apache setting > SSL cert manager

after that Install certificate using the form, select your cert file you created above, select your user and input domain

click install ssl

After installing, change the content below:
KEY : change with content from privkey.pem
CSR : change with content from cert.pem
BUNDLE : change with content from chain.pem

DONE
Title: Re: letsencrypt.org implementation
Post by: jcasilva on August 07, 2016, 11:49:16 AM
In CWP Admin GUI, when open the letsencrypt page, appears that only function in CentOS 64bits. It is possible enable in 32bits too?