Author Topic: letsencrypt.org implementation  (Read 18773 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
letsencrypt.org implementation
« 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!

Offline
*
Re: letsencrypt.org implementation
« Reply #1 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.

Offline
*
Re: letsencrypt.org implementation
« Reply #2 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 ?

Offline
*
Re: letsencrypt.org implementation
« Reply #3 on: November 10, 2015, 12:55:54 PM »
No, i used this one:
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.

Offline
*
Re: letsencrypt.org implementation
« Reply #4 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!

Offline
*
Re: letsencrypt.org implementation
« Reply #5 on: November 12, 2015, 07:55:00 PM »
No, i used this one:
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?
In case anyone wants $10 bonus for FREE on cheap cloud VPS from Vultr:
http://www.vultr.com/?ref=6855695
-------------------------------------------------------------------------------------------------
And $10 bonus for FREE on cheap cloud VPS from Digitalocean:
https://www.digitalocean.com/?refcode=c41029801394

Offline
*
Re: letsencrypt.org implementation
« Reply #6 on: December 06, 2015, 09:56:14 AM »
Funny to see this thread.
I just added this to suggestions for CWP.

Offline
*
Re: letsencrypt.org implementation
« Reply #7 on: December 07, 2015, 03:11:45 PM »
No, i used this one:
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.

Offline
*
Re: letsencrypt.org implementation
« Reply #8 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.

Offline
*
Re: letsencrypt.org implementation
« Reply #9 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

Offline
*
Re: letsencrypt.org implementation
« Reply #10 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?