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:
parent
ce26aa870e
commit
e903a54f02
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user