my dotz
2
fork

Configure Feed

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

Fix up getcert, make openssl act sanely

+1 -1
+1 -1
bin/getcert
··· 4 4 5 5 url="$1" 6 6 parsed_url=$(printf "%s" "$url" | sed 's|https://||g') 7 - openssl s_client -connect "$parsed_url" 443 | openssl x509 -noout -text 7 + printf '\n' | openssl s_client -connect "$parsed_url":443 -showcerts | openssl x509 -noout -text