mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Close #548: export certificate: error using child folder
Always initialize the working directory.
This commit is contained in:
parent
c08ccf4a5d
commit
e1fbba9eaa
@ -39,7 +39,7 @@ settings::settings()
|
||||
defaul["mandatory_dn"] = "";
|
||||
defaul["explicit_dn"] = "C,ST,L,O,OU,CN,emailAddress";
|
||||
defaul["string_opt"] = "MASK:0x2002";
|
||||
defaul["workingdir"] = "";
|
||||
defaul["workingdir"] = getHomeDir() + "/";
|
||||
defaul["default_hash"] = digest::getDefault().name();
|
||||
defaul["pkcs12_enc_algo"] = encAlgo::getDefault().name();
|
||||
defaul["ical_expiry"] = "1W";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user