From ac5afd982ebfde5f849e29bd80685382e50f40c4 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 25 Aug 2022 00:41:46 -0700 Subject: [PATCH] Added instructions for ssl auth automation --- aliases | 2 ++ updates.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/aliases b/aliases index 03d82073..a2052f9c 100644 --- a/aliases +++ b/aliases @@ -343,6 +343,8 @@ alias gfontshelper="librewolf https://google-webfonts-helper.herokuapp.com/fonts alias iconify="librewolf https://iconify.design/ &" # for domain names alias namecheap="librewolf https://namecheap.com/ &" +# tutorials including how to set up ssl authentication and renewals: +alias easynewbie="librewolf https://easynewbie.com &" # for colorizing code snippets alias prismjs="librewolf https://prismjs.com/ &" # cool front end ideas diff --git a/updates.txt b/updates.txt index b617652a..1a679ced 100644 --- a/updates.txt +++ b/updates.txt @@ -64,3 +64,5 @@ Allow duckduckgo to not clear cookies in librewolf, adjust preferences, and try Install zellij (terminal multiplexer, more user friendly than tmux): doas pacman -S zellij + +Install certbot (for automating ssl certifications)