Ensure cert-deets uses port 443/TCP by default
This commit is contained in:
parent
523102a860
commit
3575d71cfa
|
@ -1 +1 @@
|
|||
function cert-deets() { openssl s_client -connect "$1" 2>/dev/null <<< Q | openssl x509 -noout -subject -ext subjectAltName -dates; } && export -f cert-deets
|
||||
function cert-deets() { openssl s_client -connect "$1" -port 443 2>/dev/null <<< Q | openssl x509 -noout -subject -ext subjectAltName -dates; } && export -f cert-deets
|
||||
|
|
Loading…
Reference in a new issue