csr.json 346 B

1234567891011121314151617181920
  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. }
  18. ]
  19. }