perf: 支持证书颁发机构 LiteSSL

https://github.com/certd/certd/issues/590
This commit is contained in:
xiaojunnuo
2025-11-30 01:30:47 +08:00
parent 73325aaefb
commit 6be7591332
4 changed files with 27 additions and 2 deletions

View File

@@ -32,7 +32,11 @@ export const directory = {
staging: 'https://acme.ssl.com/sslcom-dv-rsa',
production: 'https://acme.ssl.com/sslcom-dv-rsa',
ec: 'https://acme.ssl.com/sslcom-dv-ecc',
}
},
litessl: {
staging: 'https://acme.litessl.com/acme/v2/directory',
production: 'https://acme.litessl.com/acme/v2/directory',
},
};
export function getDirectoryUrl(opts) {