fix: 修复ssl.com报EMAILADDRESS数量不对的bug

This commit is contained in:
xiaojunnuo
2025-09-14 23:01:18 +08:00
parent 0d27bc323b
commit c560cc5add
3 changed files with 16 additions and 3 deletions

View File

@@ -374,7 +374,7 @@ export class AcmeService {
commonName,
...csrInfo,
altNames,
emailAddress: email,
// emailAddress: email,
},
privateKey
);