Skip to content
Snippets Groups Projects
Commit 51af3439 authored by nimrod's avatar nimrod
Browse files

Added gen-csr shell function.

parent 2047dce9
Branches
No related tags found
No related merge requests found
......@@ -52,3 +52,7 @@ alias ssh-ca='$HOME/Documents/Shore/ssh-ca/ssh-ca'
alias concat="perl -pe 's/\n/\\\n/g'"
alias deconcat="perl -pe 's/\\\n/\n/g'"
alias ggo='sudo GOPATH=/usr/share/go go'
gen-csr () {
openssl req -new -newkey rsa:4096 -nodes -out $1.csr -keyout $1.key
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment