Let's Encrypt tool for generating web server keys


-----------------------------------------------------------------------------------
cpm, Thanks

From the GitHub http://letsencrypt.readthedocs.org/en/latest/using.html#installation version (./letsencrypt-auto) I have installed letsencrypt successfully on another FreeBSD 10.1 virtual machine. Without some warnings. Got 2 *.pem files, the key and the certificate. And moved them to the real server.
And now, got a next trouble:
Code:
Performing sanity check on nginx configuration:
nginx: [emerg] PEM_read_bio_X509_AUX("/usr/local/ssl/cacert.pem") failed (SSL: error:0906D06C:PEM routines:PEM_read_bio:no start line:Expecting: TRUSTED CERTIFICATE)
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed.

The process has continuation (for my enjoy). :)

-------------------------------------------------------------------

About the new port:

The letsencrypt plugins to support Apache and Nginx certificate installation
will be made available soon in the following ports:

* Apache plugin: security/py-letsencrypt-apache
* Nginx plugin: security/py-letsencrypt-nginx

What does at mean? Can security/py-letsencrypt create and install certificates without plugins?

Besides ......
Code:
letsencrypt --server mydomain.com certonly
...................................................................
ImportError: Cannot open "/usr/local/lib/python2.7/site-packages/cryptography-1.1-py2.7-freebsd-9.3-RELEASE-p10-amd64.egg/cryptography/hazmat/bindings/_openssl.so"
File no exists
 
Last edited by a moderator:
Yes,
I have seen. But now I have to perform another task. I think, when the time will come to use https, I will return.
Apart from that, there is a lot of another possibilities for receive a certificate for free.
But we hope for a correctly written port, with a topical plugins and dependences...
 
Yes,
I have seen. But now I have to perform another task. I think, when the time will come to use https, I will return.
Apart from that, there is a lot of another possibilities for receive a certificate for free.
But we hope for a correctly written port, with a topical plugins and dependences...

Sure, we will add more options to the security/py-letsencrypt port as soon as the available plugins work properly.
 
Just got my hostname white listed via the Lets Encrypt beta program. The certificate is on a jail running nginx as a reverse proxy on FreeBSD 10.2 on DO.

cert.jpg
 
Back
Top