Skip to content

Commit

Permalink
Update ssl-tls_configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTerreur authored Apr 23, 2024
1 parent f734c66 commit 0fb0922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbostack_configuration/ssl-tls_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A Certificate authority is a trusted entity responsible for issuing digital cert

LetsEncrypt is a certificate authority that provides X.509 certificates for Transport Layer Security (TLS) encryption at no charge. The certificate is valid for 90 days, during which renewal can take place at anytime. The offer is accompanied by an automated process designed to overcome manual creation, validation, signing, installation, and renewal of certificates for secure websites

The key principles behind Let's Encrypt, taken from their [website](https://letsencrypt.org/){:target="_blank"} <a href="http://www.letsencrypt.org" target="_blank">website</a>
The key principles behind Let's Encrypt, taken from their [website](https://letsencrypt.org/) or HTML link <a href="http://www.letsencrypt.org" target="_blank">website</a>
* Free - Anyone who owns a domain name can use Let’s Encrypt to obtain a trusted certificate at zero cost.
* Automatic - Software running on a web server can interact with Let’s Encrypt to painlessly obtain a certificate, securely configure it for use, and automatically take care of renewal.
* Secure - Let’s Encrypt will serve as a platform for advancing TLS security best practices, both on the CA side and by helping site operators properly secure their servers.
Expand Down

0 comments on commit 0fb0922

Please sign in to comment.