Re-enable certificate random serial numbers by default

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-05-20 20:32:01 +01:00
parent aa95552615
commit c99e708e88
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1245,8 +1245,7 @@ sign_req() {
cert_dates
# Randomize Serial number
if [ "$EASYRSA_RAND_SN" = "yes" ];
then
if [ "$EASYRSA_RAND_SN" != "no" ]; then
i=""
serial=""
check_serial=""