From 2172723fecd8d7b77356db77def78ea205ee688f Mon Sep 17 00:00:00 2001 From: Yang Zhao Date: Sat, 31 Jan 2026 16:40:54 -0800 Subject: [PATCH] Forward encryption to tls Signed-off-by: Yang Zhao --- build/custom-frontmatter/topics/tls.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build/custom-frontmatter/topics/tls.toml diff --git a/build/custom-frontmatter/topics/tls.toml b/build/custom-frontmatter/topics/tls.toml new file mode 100644 index 00000000..f3547e9b --- /dev/null +++ b/build/custom-frontmatter/topics/tls.toml @@ -0,0 +1,4 @@ +# Custom front matter +aliases = [ + "/topics/encryption/" +]