]> WPIA git - nre.git/blobdiff - commonFunctions
fix: README.md all.sh now requires parameters
[nre.git] / commonFunctions
index 168c610e03d8fa782e1ca45b02559647e3f3bc31..f46505b445d912f2d311f7f03bc6474003c616df 100644 (file)
@@ -3,7 +3,7 @@
 
 genKey(){ #subj, internalName
     openssl genrsa -out $2.key ${KEYSIZE}
-    openssl req -new -key $2.key -out $2.csr -subj "$1/O=Test Environment CA Ltd./OU=Test Environment CAs"
+    openssl req -new -key $2.key -out $2.csr -subj "$1/O=Test Environment CA Ltd./OU=Test Environment CAs/C=AU"
 
 }