From e903a54f02826ec19b096dddf4ce470595ac396c Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 2 Aug 2014 09:26:59 +0000 Subject: [PATCH] Changed unique_subject to "no" so we can create test certificates only by repeted pressing of enter key ;) FossilOrigin-Name: e8ab0da793eff5cdb054495edbd57fb410b95430c406bc14d2904e5d04a7b3d9 --- ssl/openssl.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/openssl.cnf b/ssl/openssl.cnf index b79a4653..0e319b42 100644 --- a/ssl/openssl.cnf +++ b/ssl/openssl.cnf @@ -43,7 +43,7 @@ dir = . # Where everything is kept certs = $dir/certs # Where the issued certs are kept crl_dir = $dir/crl # Where the issued crl are kept database = $dir/index.txt # database index file. -#unique_subject = no # Set to 'no' to allow creation of +unique_subject = no # Set to 'no' to allow creation of # several ctificates with same subject. new_certs_dir = $dir # default place for new certs.