Whats the difference between OpenSSL and LetsEncrypt?

Andrew Graham-Yooll picture Andrew Graham-Yooll · Jun 30, 2017 · Viewed 9.9k times · Source

Historically we have used LetsEncrypt at work, but the nginx container we are using has Openssl installed on it already.

Answer

PaulProgrammer picture PaulProgrammer · Jun 30, 2017

LetsEncrypt is a free certificate authority. OpenSSL is a software package for generating certificates. The LetsEncrypt scripts use OpenSSL to generate certificates and sign them with the LetsEncrypt service.