eolas/neuron/ac28ab9c-a447-4a90-96b7-2f2694d2a9e4/Let's_Encrypt.md
2025-02-22 14:50:49 +00:00

716 B

tags created
networks
server-management
encryption
Sunday, February 09, 2025

Let's Encrypt

ACME (Automatic Certificate Management Environment) is an open source protocol that automates the process of obtaining and renewing SSL/TLS certificates.

Let's Encrypt (LE) created this protocol and uses it to issue certificates.

Certbot is a popular ACME client that communicates with the LE servers to

  • validate domain ownership
  • request certificates
  • install the certificates on the web server
  • handle automatic renewals

Let's Encrypt was founded by the Internet Security Research Group. Certbot was created independently by the EFF and is maintained by them.