Close #548: export certificate: error using child folder

Always initialize the working directory.
This commit is contained in:
Christian Hohnstaedt 2024-08-30 13:11:10 +02:00
parent c08ccf4a5d
commit e1fbba9eaa

View File

@ -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";