From 8f920c070d9a1cf1bab9f1dd4dd6683c69ea2381 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 25 Aug 2022 01:07:40 -0700 Subject: [PATCH] :memo: Made note of acme.sh option for ssl certs --- aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aliases b/aliases index 34b412ac..d9d72daa 100644 --- a/aliases +++ b/aliases @@ -349,6 +349,8 @@ alias easynewbie="librewolf https://easynewbie.com &" alias letsencrypt="librewolf https://letsencrypt.org &" # and the official certbot documentation: alias certbotsite="librewolf https://certbot.eff.org &" +#certbot has some issues when used with cron, acme.sh is an alternative: +alias acmesh="librewolf https://github.com/acmesh-official/acme.sh/blob/master/acme.sh &" # for colorizing code snippets alias prismjs="librewolf https://prismjs.com/ &" # cool front end ideas