1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 00:04:57 +03:00

put chain_certs in dbdir

This commit is contained in:
Koichiro IWAO
2019-09-12 12:01:18 +09:00
parent a69c4980d5
commit b1aae5080d
2 changed files with 3 additions and 3 deletions

View File

@ -11697,7 +11697,7 @@ void AddChainSslCertOnDirectory(struct ssl_ctx_st *ctx)
o = NewListFast(NULL);
GetExeDirW(exedir, sizeof(exedir));
GetDbDirW(exedir, sizeof(exedir));
CombinePathW(dirname, sizeof(dirname), exedir, L"chain_certs");