Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
bdargan committed May 26, 2014
1 parent b4dd0c4 commit e9b77a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _aliases
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ alias selfsignedcert='openssl req -x509 -newkey rsa:2048 -keyout key.pem -out ce
#alias genkeys='openssl genrsa 2048'
#csrreq openssl req -new -nodes -newkey rsa:2048 -sha256 -keyout private.pem -out server.csr

alias pwdgen='apg -a 1 -m20 -n 12
alias pwdgen='apg -a 1 -m20 -n 12'
#apg -a 1 -m20 -n 30 -E '<>[]//'
alias rndc64='dd if=/dev/urandom bs=64 count=1 2>/dev/null | uuencode - | head -n 2 | grep -v begin | cut -b 2-64'
alias rndcbase64='head -c 64 /dev/urandom | base64'
Expand Down

0 comments on commit e9b77a3

Please sign in to comment.