Let's Encrypt and OpenSSL

Lacking enough aggravation in my life, I want to learn how to set up letsencyrpt for nginx and postfix/dovecot. Step one (I presume) is getting the automatic service for letsencrypt working. I found the following guide:
https://wiki.freebsd.org/BernardSpil/LetsEncrypt
However it uses LibreSSL.

LibreSSL is not supported by Postfix, so I need to have OpenSSL installed.

Two questions:
1) Can letskencrypt work with OpenSSL
2) If the answer to question 1 is no, can I have both LibreSSL and OpenSSL installed at the same time? I'm thinking something like force OpenSSL to be the default for make and then overriding to LibreSSLfor letskencrypt

I suppose a third option is to use the older guide:
https://wiki.freebsd.org/BernardSpil/LetsEncrypt.py
though the author suggests the improved versions.

OS is FreeBSD 11.0
 
Hmmh, I asked for a quote. I'm still learning this forum.

Anyway, the question was regarding letskencrypt. Emphasis on the "K".
 
Thanks to both of you. I will try to contact the author to change his wiki.

From the instructions page (to help the FreeBSD search engine):
Code:
Port changes

The port as of version 0.1.15 no longer requires the user to switch to LibreSSL completely. By default it will check if LibreSSL is the default provider for libcrypto and libssl (SSL_DEFAULT=libressl). The port will build LibreSSL but not install it and statically link the not-installed libraries.

For users that have fully switched to LibreSSL there's no difference.
At this point, I stand a fighting change of getting letsencrypt going. I will come back and mark this solved once I have it working. Thanks again.
 
Back
Top