example.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "domain": null,
  3. "certificate": {
  4. "version": 3,
  5. "serial_number": 123893,
  6. "signature_algorithm": {
  7. "id": 123,
  8. "name": "SHA1"
  9. },
  10. "issuer": {
  11. "common_name": "Starfield CA",
  12. "attributes": [
  13. { "organization": "Startfield" },
  14. { "location": "Scottsdale" },
  15. { "state": "Arizona" },
  16. { "country": "US" }
  17. ]
  18. },
  19. "validity": {
  20. "start": "20140102",
  21. "end": "20150102",
  22. "length" :8760
  23. },
  24. "subject": {
  25. "common_name": "*.tools.ieft.org",
  26. "attributes": [
  27. { "organization_unit": "Domain Control Validated" }
  28. ]
  29. },
  30. "subject_key_info": {
  31. "algorithm": {
  32. "id": 234,
  33. "name": "RSA"
  34. },
  35. "key": {
  36. "modulus": "base64encodedmodulus",
  37. "exponent": 65537
  38. }
  39. },
  40. "extensions": [
  41. {
  42. "id": 345,
  43. "name": "Certificate Basic Constraints",
  44. "is_ca": false
  45. },
  46. {
  47. "id": 456,
  48. "name": "Alt Names",
  49. "alt_names": [
  50. "*.tools.ietf.org",
  51. "tools.ietf.org"
  52. ]
  53. }
  54. ]
  55. },
  56. "signature_algorithm": {
  57. "id": 123,
  58. "name": "SHA1"
  59. },
  60. "signature": {
  61. "value": "base64encodedsignature",
  62. "is_valid": true,
  63. "matches_domain": null
  64. }
  65. }