From 8292ae3989c50d48a8743f878db809e90768aadf Mon Sep 17 00:00:00 2001 From: sup39 Date: Sat, 11 Jun 2022 07:42:45 +0900 Subject: [PATCH] add certbot commands --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 857de7e..3e89e47 100644 --- a/zshrc +++ b/zshrc @@ -54,3 +54,5 @@ zle -N zle-keymap-select ## Alias alias vi='vim' alias ls='ls --color=auto' +alias certls='certbot certificates' +alias certrenew='certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns-01 --cert-name'