Re-enable certificate random serial numbers by default
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
aa95552615
commit
c99e708e88
@ -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=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user