From 0fb0922b89987a8f197be7c3943a3515a43c1dce Mon Sep 17 00:00:00 2001
From: Tim Terreur <161035659+TimTerreur@users.noreply.github.com>
Date: Tue, 23 Apr 2024 14:00:51 +0200
Subject: [PATCH] Update ssl-tls_configuration.md
---
turbostack_configuration/ssl-tls_configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/turbostack_configuration/ssl-tls_configuration.md b/turbostack_configuration/ssl-tls_configuration.md
index 7f115c80..de1fa13d 100644
--- a/turbostack_configuration/ssl-tls_configuration.md
+++ b/turbostack_configuration/ssl-tls_configuration.md
@@ -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"} website
+The key principles behind Let's Encrypt, taken from their [website](https://letsencrypt.org/) or HTML link website
* 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.