Advertisement
swaggboi

Untitled

Jan 17th, 2020
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. daniel@optepr0n:~$ openssl s_client -servername masto.rootdc.xyz -connect masto.rootdc.xyz:443 | openssl x509 -noout -dates
  2. depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
  3. verify return:1
  4. depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
  5. verify return:1
  6. depth=0 CN = masto.rootdc.xyz
  7. verify error:num=10:certificate has expired
  8. notAfter=Jan 17 01:08:56 2020 GMT
  9. verify return:1
  10. depth=0 CN = masto.rootdc.xyz
  11. notAfter=Jan 17 01:08:56 2020 GMT
  12. verify return:1
  13. notBefore=Oct 19 01:08:56 2019 GMT
  14. notAfter=Jan 17 01:08:56 2020 GMT
  15. DONE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement