]> WPIA git - nre.git/blobdiff - structure.bash
upd: extract Distinguished Name fields, document config
[nre.git] / structure.bash
index c88e3c6cd11e2bf548cbf4caf4a2450e17a4cb37..90a89c0139a03d83454e700fea7317d60c9000c9 100644 (file)
@@ -1,7 +1,10 @@
 #!/bin/bash
+APPNAME="SomeCA"
 DOMAIN="wpia.local"
+ORGANIZATION="Test Environment CA Ltd."
+ORGANIZATIONAL_UNIT="Test Environment CAs"
+COUNTRY="AT"
 KEYSIZE=4096
-PRIVATEPW="changeit"
 
 [ -f config ] && . ./config