diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/CA/bootstrap.sh | 3 | ||||
-rw-r--r-- | conf/onap.sample.signer.p12 | bin | 0 -> 2850 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 20093ee3..56181246 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -8,6 +8,9 @@ chmod 700 private chmod 755 certs newcerts touch index.txt echo "unique_subject = no" > index.txt.attr +if [ ! -e ./serial ]; then + echo '01' > ./serial +fi NAME=aaf.bootstrap FQDN=$(hostname -f) diff --git a/conf/onap.sample.signer.p12 b/conf/onap.sample.signer.p12 Binary files differnew file mode 100644 index 00000000..8de21238 --- /dev/null +++ b/conf/onap.sample.signer.p12 |