pebble-config.json 302 B

123456789101112
  1. {
  2. "pebble": {
  3. "listenAddress": "0.0.0.0:443",
  4. "managementListenAddress": "0.0.0.0:15000",
  5. "certificate": "test/certs/localhost/cert.pem",
  6. "privateKey": "test/certs/localhost/key.pem",
  7. "httpPort": 80,
  8. "tlsPort": 443,
  9. "ocspResponderURL": "",
  10. "externalAccountBindingRequired": false
  11. }
  12. }