Changed unique_subject to "no" so we can create test certificates only by repeted pressing of enter key ;)

FossilOrigin-Name: e8ab0da793eff5cdb054495edbd57fb410b95430c406bc14d2904e5d04a7b3d9
This commit is contained in:
7u83@mail.ru 2014-08-02 09:26:59 +00:00
parent ce26aa870e
commit e903a54f02
1 changed files with 1 additions and 1 deletions

View File

@ -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.