@@ -111,6 +111,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PEBBLE_VA_NOSLEEP: "1" # Don't sleep during validation for faster testing
|
PEBBLE_VA_NOSLEEP: "1" # Don't sleep during validation for faster testing
|
||||||
PEBBLE_WFE_NONCEREJECT: "0" # Don't reject reused nonces
|
PEBBLE_WFE_NONCEREJECT: "0" # Don't reject reused nonces
|
||||||
|
PEBBLE_VA_ALWAYS_VALID: "1" # Skip actual HTTP/DNS validation for local dev
|
||||||
command: pebble -config /test/config/pebble-config.json -dnsserver 127.0.0.1:8053
|
command: pebble -config /test/config/pebble-config.json -dnsserver 127.0.0.1:8053
|
||||||
volumes:
|
volumes:
|
||||||
- "./compose/pebble:/test/config:ro"
|
- "./compose/pebble:/test/config:ro"
|
||||||
|
|||||||
@@ -4,9 +4,10 @@
|
|||||||
"managementListenAddress": "0.0.0.0:15000",
|
"managementListenAddress": "0.0.0.0:15000",
|
||||||
"certificate": "test/certs/localhost/cert.pem",
|
"certificate": "test/certs/localhost/cert.pem",
|
||||||
"privateKey": "test/certs/localhost/key.pem",
|
"privateKey": "test/certs/localhost/key.pem",
|
||||||
"httpPort": 80,
|
"httpPort": 5002,
|
||||||
"tlsPort": 443,
|
"tlsPort": 5001,
|
||||||
"ocspResponderURL": "",
|
"ocspResponderURL": "",
|
||||||
"externalAccountBindingRequired": false
|
"externalAccountBindingRequired": false,
|
||||||
|
"domainBlocklist": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user