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.intermediate.csr.sh Normal file
View File

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