Skip to content

Commit

Permalink
Close #548: export certificate: error using child folder
Browse files Browse the repository at this point in the history
Always initialize the working directory.
  • Loading branch information
chris2511 committed Aug 30, 2024
1 parent c08ccf4 commit e1fbba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e1fbba9

Please sign in to comment.