These commands allow you to generate CSRs, Certificates, Private Keys and do other miscellaneous tasks.
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
| function init() { | |
| // quit if this function has already been called | |
| if (arguments.callee.done) return; | |
| // flag this function so we don't do the same thing twice | |
| arguments.callee.done = true; | |
| // kill the timer | |
| if (_timer) clearInterval(_timer); | |
| // do stuff, call the function you want on the body onload | |
| example(); |
| #!/bin/bash | |
| # | |
| # Example of how to parse short/long options with 'getopt' | |
| # | |
| OPTS=`getopt -o vhns: --long verbose,dry-run,help,stack-size: -n 'parse-options' -- "$@"` | |
| if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi | |
| echo "$OPTS" |
As configured in my dotfiles.
start new:
tmux
start new with session name: