mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00
15 lines
528 B
JSON
15 lines
528 B
JSON
{
|
|
"production": {
|
|
"Let's Encrypt": "https://acme-v02.api.letsencrypt.org/directory",
|
|
"Buypass": "https://api.buypass.com/acme/directory",
|
|
"ZeroSSL": "https://acme.zerossl.com/v2/DV90",
|
|
"Google": "https://dv.acme-v02.api.pki.goog/directory"
|
|
},
|
|
"test":{
|
|
"Let's Encrypt": "https://acme-staging-v02.api.letsencrypt.org/directory",
|
|
"Buypass": "https://api.test4.buypass.no/acme/directory",
|
|
"Google": "https://dv.acme-v02.test-api.pki.goog/directory"
|
|
}
|
|
}
|
|
|
|
|