initial commit
This commit is contained in:
6
gen.intermediate.key.sh
Normal file
6
gen.intermediate.key.sh
Normal 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
|
||||
Reference in New Issue
Block a user