good_config.json 365 B

123456789101112131415161718
  1. {
  2. "signing": {
  3. "default": {
  4. "expiry": "168h"
  5. },
  6. "profiles": {
  7. "www": {
  8. "usages": [
  9. "signing",
  10. "key encipherment",
  11. "server auth"
  12. ],
  13. "name_whitelist": "^.*\\.cloudflare.com$"
  14. }
  15. }
  16. }
  17. }