From 736315e92869eaca4afd43e37235906c27fcec2d Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 16 Jun 2024 09:15:37 +0200 Subject: [PATCH] Fix duplicate horizontal ruler before footnotes --- content/the_curious_case_of_digital_signatures/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/the_curious_case_of_digital_signatures/index.md b/content/the_curious_case_of_digital_signatures/index.md index 0c2972e..6d2eb92 100644 --- a/content/the_curious_case_of_digital_signatures/index.md +++ b/content/the_curious_case_of_digital_signatures/index.md @@ -417,7 +417,7 @@ Makes sense? Still reading? If so, you potentially even learned a lot about how _digital certificates_ work on accident. They are basically digital signatures that verify the identify of entities via trusted third parties ([Certificate Authorities](https://www.digicert.com/blog/what-is-a-certificate-authority)) and with more metadata associated. At least that's my simplistic explanation. But how the [Public Key Infrastructure](https://www.okta.com/identity-101/public-key-infrastructure/) works is a topic for another day. ---- + [^1]: I'll assume some basic Linux skills since those are more often than not very handy. You might even acquire the "required" Linux skills by accident while reading this just by the context the commands are used in—just like human languages.