Guest User

Untitled

a guest
Feb 15th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $ openssl verify -CAfile root.pem root.pem
  2. root.pem: OK
  3. $ openssl verify -CAfile root.pem intermediate.pem
  4. intermediate.pem: OK
  5.  
  6. $ openssl verify -CAfile root.pem -CAfile intermediate.pem john.pem
  7. john.pem: C = CL, [...redacted data...]
  8. error 2 at 1 depth lookup:unable to get issuer certificate
  9.  
  10. openssl verify -CAfile root.pem -untrusted intermediate.pem john.pem
Add Comment
Please, Sign In to add comment