add certbot commands
This commit is contained in:
parent
49271d0c2e
commit
8292ae3989
1 changed files with 2 additions and 0 deletions
2
zshrc
2
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'
|
||||
|
|
Loading…
Reference in a new issue