Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. openssl verify -verbose -purpose any
  2. -CAfile /full/path/sub.domain.com-geotrust.crt /full/path/sub.domain.com.crt
  3.  
  4. openssl x509 -text -in sub.domain.crt and
  5. openssl x509 -text -in sub.domain-geotrust.crt (CA root file)
  6.  
  7. sub.domain.com
  8. Subject: OU=GT44865949,
  9. OU=See www.geotrust.com/resources/cps (c)15,
  10. OU=Domain Control Validated - QuickSSL(R),
  11. CN=sub.domain.com
  12. Issuer:
  13. commonName = GeoTrust DV SSL CA - G4
  14. organizationalUnitName = Domain Validated SSL
  15. organizationName = GeoTrust Inc.
  16. countryName = US
  17.  
  18. Intermediate:
  19. Subject:
  20. commonName = GeoTrust DV SSL CA - G4
  21. organizationalUnitName = Domain Validated SSL
  22. organizationName = GeoTrust Inc.
  23. countryName = US
  24.  
  25. Issuer:
  26. commonName = GeoTrust Global CA
  27. organizationName = GeoTrust Inc.
  28. countryName = US
  29.  
  30. Root:
  31. Subject:
  32. commonName = GeoTrust Global CA
  33. organizationName = GeoTrust Inc.
  34. countryName = US
  35. Issuer:
  36. organizationalUnitName = Equifax Secure Certificate Authority
  37. organizationName = Equifax
  38. countryName = US
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement