# openssl s_client > OpenSSL command to create TLS client connections. > More information: . - Display the start and expiry dates for a domain's certificate: `openssl s_client -connect {{host}}:{{port}} 2>/dev/null | openssl x509 -noout -dates` - Display the certificate presented by an SSL/TLS server: `openssl s_client -connect {{host}}:{{port}}