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

6
gen.intermediate.key.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
echo "Generating intermediate key..."
openssl genrsa -out ${rootdir}/intermdiate/key/ca.key 4096 > /dev/null 2>&1
chmod 400 ${rootdir}/intermediate/key/ca.key