commit 64b6a4519290e0406fc9140c25418363cfc9bf4e from: Omar Polo date: Mon Feb 05 15:50:28 2024 UTC rename the cert mapping file to certs.conf commit - c60ec51d0a6cf6349f4f437d0c865860981b2069 commit + 64b6a4519290e0406fc9140c25418363cfc9bf4e blob - ceff70ecc8ba50abc5c4395df2443de8e6bfc829 blob + b12f34ba07d7d53448e36325b1f9f29f8854adaa --- fs.c +++ fs.c @@ -374,9 +374,9 @@ fs_init(void) sizeof(history_file_tmp)); join_path(cert_dir, data_path_base, "/certs/", sizeof(cert_dir)); - join_path(certs_file, data_path_base, "/certs/certs", + join_path(certs_file, config_path_base, "/certs.conf", sizeof(certs_file)); - join_path(certs_file_tmp, data_path_base, "/certs/certs.XXXXXXXXXX", + join_path(certs_file_tmp, config_path_base, "/certs.conf", sizeof(certs_file_tmp)); join_path(crashed_file, cache_path_base, "/crashed", sizeof(crashed_file));