diff options
-rw-r--r-- | conf/CA/bootstrap.sh | 3 |
1 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) |