server.json 398 B

12345678910111213141516171819202122
  1. {
  2. "CN": "CloudFlare server",
  3. "hosts": [
  4. "cloudflare.com",
  5. "www.cloudflare.com",
  6. "127.0.0.1"
  7. ],
  8. "key": {
  9. "algo": "rsa",
  10. "size": 2048
  11. },
  12. "names": [
  13. {
  14. "C": "US",
  15. "L": "San Francisco",
  16. "O": "CloudFlare",
  17. "OU": "Systems Engineering",
  18. "ST": "California"
  19. }
  20. ]
  21. }