initial commit

This commit is contained in:
2016-02-22 01:42:47 -05:00
commit b35241f7d0
13 changed files with 381 additions and 0 deletions

5
gen.serverclient.csr.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
echo "Generating CSR (${1})..."
openssl req -config ${rootdir}/intermediate/openssl.cnf -new -sha512 -key ${rootdir}/key/${1}.key -out ${rootdir}/csr/${1}.csr > /dev/null 2>&1