From 66815707bda96598f91fad7f68b409f91f0a23c6 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Thu, 27 Feb 2020 16:18:58 +0100 Subject: [PATCH] Clear common name --- ca/request_cert.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ca/request_cert.php b/ca/request_cert.php index d7e65ad..c02f988 100644 --- a/ca/request_cert.php +++ b/ca/request_cert.php @@ -233,6 +233,8 @@ case 'final': $serial = $errtxt; } } + # Clear common_name fields + $common_name = ''; switch($cert_type) { case 'server':