add certbot commands

This commit is contained in:
sup39 2022-06-11 07:42:45 +09:00
parent 49271d0c2e
commit 8292ae3989

2
zshrc
View file

@ -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'