[성현모] KeficoMailService 추가, KMS 인증서 컨피그 추가

This commit is contained in:
SHM
2026-02-23 10:29:45 +09:00
parent 3f94a7b2b2
commit e60d499fa3
22 changed files with 445 additions and 19 deletions

View File

@ -12,6 +12,10 @@ namespace WebApi.Project.ProxyKMS.Models
public string ApiName { get; set; } = string.Empty;
public List<Function> Functions { get; set; } = new List<Function>();
public bool CertificateVerify { get; set; } = false;
public string CertPemPath { get; set; } = string.Empty;
public string CertKeyPath { get; set; } = string.Empty;
}
public class Function