mirror of
https://github.com/certd/certd.git
synced 2026-04-30 01:07:28 +08:00
chore:
This commit is contained in:
@@ -70,7 +70,7 @@ export class AcmeService {
|
|||||||
if (this.options.useMappingProxy) {
|
if (this.options.useMappingProxy) {
|
||||||
urlMapping.enabled = true;
|
urlMapping.enabled = true;
|
||||||
urlMapping.mappings = {
|
urlMapping.mappings = {
|
||||||
"acme-v02.api.letsencrypt.org": "letsencrypt-proxy.handsfree.work",
|
"acme-v02.api.letsencrypt.org": "letsencrypt.proxy.handsfree.work",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
const client = new acme.Client({
|
const client = new acme.Client({
|
||||||
|
|||||||
Reference in New Issue
Block a user