Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. postgres_get_server_cert.py example.com:5432 | openssl x509 -noout -dates
  2.  
  3. > openssl s_client -starttls -connect my.postgres.host:5432 # etc...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement