diff --git a/.zsh-custom/functions.zsh b/.zsh-custom/functions.zsh index e98561f..f6fdd37 100644 --- a/.zsh-custom/functions.zsh +++ b/.zsh-custom/functions.zsh @@ -13,10 +13,6 @@ autotmux() fi } -checkpem() -{ - openssl x509 -in "$1" -noout -text -} checkcert() { openssl s_client -connect "$1":443 2>/dev/null