cert_csr.json 239 B

123456789101112131415161718
  1. {
  2. "hosts": [
  3. "ca.example2.com"
  4. ],
  5. "names": [
  6. {
  7. "C": "US",
  8. "ST": "California",
  9. "L": "San Francisco",
  10. "O": "Internet Widgets, LLC",
  11. "OU": "Certificate Authority"
  12. }
  13. ],
  14. "key": {
  15. "algo": "rsa",
  16. "size": 2048
  17. }
  18. }