csr.json 449 B

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