Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. [root@ip-10-148-131-181 current]# echo $CERT_PATH
  2. /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.201.b09-0.43.amzn1.x86_64/jre/lib/security/cacerts
  3. [root@ip-10-148-131-181 current]# keytool -list -keystore $CERT_PATH -v -alias dsapi-certs
  4. Enter keystore password:
  5. Alias name: dsapi-certs
  6. Creation date: Jul 8, 2019
  7. Entry type: trustedCertEntry
  8.  
  9. Owner: CN=LiveRamp Root CA, OU=LiveRamp Certificate Authority, O=LiveRamp, C=US
  10. Issuer: CN=LiveRamp Root CA, OU=LiveRamp Certificate Authority, O=LiveRamp, C=US
  11. Serial number: cb5cb685f41c7181
  12. Valid from: Thu Feb 28 20:44:55 UTC 2019 until: Wed Feb 23 20:44:55 UTC 2039
  13. Certificate fingerprints:
  14. MD5: 2A:DE:9C:DC:AA:3D:60:94:8F:6F:9D:B3:6F:FF:21:C6
  15. SHA1: 4D:6C:9D:4F:9B:F2:62:47:2D:4E:6B:92:1E:8C:2B:BB:96:BD:EB:63
  16. SHA256: C0:7B:F2:48:80:EE:E7:B1:98:C3:04:DC:CD:A9:FF:D7:3C:7E:66:1F:7C:2A:B0:0C:2C:2C:37:C2:56:8D:9C:55
  17. Signature algorithm name: SHA256withRSA
  18. Subject Public Key Algorithm: 4096-bit RSA key
  19. Version: 3
  20.  
  21. Extensions:
  22.  
  23. #1: ObjectId: 2.5.29.35 Criticality=false
  24. AuthorityKeyIdentifier [
  25. KeyIdentifier [
  26. 0000: 7F B0 C2 E4 C4 53 49 4D EF C0 E0 82 6A FA 5F 8D .....SIM....j._.
  27. 0010: 98 52 2C 46 .R,F
  28. ]
  29. ]
  30.  
  31. #2: ObjectId: 2.5.29.19 Criticality=true
  32. BasicConstraints:[
  33. CA:true
  34. PathLen:2147483647
  35. ]
  36.  
  37. #3: ObjectId: 2.5.29.15 Criticality=true
  38. KeyUsage [
  39. DigitalSignature
  40. Key_CertSign
  41. Crl_Sign
  42. ]
  43.  
  44. #4: ObjectId: 2.5.29.14 Criticality=false
  45. SubjectKeyIdentifier [
  46. KeyIdentifier [
  47. 0000: 7F B0 C2 E4 C4 53 49 4D EF C0 E0 82 6A FA 5F 8D .....SIM....j._.
  48. 0010: 98 52 2C 46 .R,F
  49. ]
  50. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement