diff --git a/zshrc b/zshrc index 68a0f90..4dd76c2 100644 --- a/zshrc +++ b/zshrc @@ -248,3 +248,4 @@ source ~/.config/other/zsh-history-substring-search.zsh bindkey '^[[5~' history-substring-search-up bindkey '^[[6~' history-substring-search-down +alias genserverkey='openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 100000'