diff options
Diffstat (limited to 'conf/CA/newCA.sh')
-rw-r--r-- | conf/CA/newCA.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/CA/newCA.sh b/conf/CA/newCA.sh index 49b12c3f..698307a5 100644 --- a/conf/CA/newCA.sh +++ b/conf/CA/newCA.sh @@ -9,7 +9,7 @@ touch index.txt echo "unique_subject = no" > index.txt.attr if [ ! -e serial ]; then - echo '01' > serial + echo $(date +%s) > serial fi if [ "$1" == "" ]; then |