my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add getcert for troubleshooty purposes

+7
+7
bin/getcert
··· 1 + #!/bin/sh 2 + # 3 + # display certs from an https url 4 + 5 + url="$1" 6 + parsed_url=$(printf "%s" "$url" | sed 's|https://||g') 7 + openssl s_client -connect "$parsed_url" 443 | openssl x509 -noout -text