Guest User

Untitled

a guest
Jul 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # TLS performance
  2.  
  3. ## Verify OCSP stapling
  4.  
  5. ```sh
  6. echo END | \
  7. openssl s_client -servername www.homeaway.com -connect www.homeaway.com:443 -status 2> /dev/null | \
  8. grep -A 17 'OCSP response:' | grep -B 17 'Next Update'
  9. ```
Add Comment
Please, Sign In to add comment