Need to check when your SSL cert will expire?
openssl s_client -connect $SERVER:$PORT -servername $SERVER 2>/dev/null | openssl x509 -noout -dates
$PORT
will likely be 443 - -servername
is required if the server is hosting multiple websites.
Need to check when your SSL cert will expire?
openssl s_client -connect $SERVER:$PORT -servername $SERVER 2>/dev/null | openssl x509 -noout -dates
$PORT
will likely be 443 - -servername
is required if the server is hosting multiple websites.
For further actions, you may consider blocking this person and/or reporting abuse
Connect models, vector stores, memory and other AI building blocks with the click of a button to build and deploy AI-powered agents.
Top comments (0)