mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Close #56: Duplicate Serials after Upgrade 2.1.0
Fix default length of random serial from 8 to 64 bit.
This commit is contained in:
parent
410142f358
commit
2fc272247e
@ -33,7 +33,7 @@ settings::settings()
|
||||
defaul["default_hash"] = hashBox::getDefault();
|
||||
defaul["ical_expiry"] = "1W";
|
||||
defaul["cert_expiry"] = "80%";
|
||||
defaul["serial_len"] = "8";
|
||||
defaul["serial_len"] = "64";
|
||||
|
||||
clear();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user