From 600117dd1791aa1cdfbc7a5a43e24428dbb84882 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Tue, 23 Jan 2024 23:55:05 +0000 Subject: [PATCH] Restore 128bit-random certificate serial-number Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index bbb773ef2..3172fb3b8 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -2095,7 +2095,7 @@ The certificate request file is not in a valid X509 format: check_serial="" unset -v serial_is_unique for i in 1 2 3 4 5; do - easyrsa_random 4 serial + easyrsa_random 16 serial # Check for duplicate serial in CA db if check_serial_unique "$serial" batch; then