Add showcert function

This commit is contained in:
Gabriel Augendre 2022-12-22 09:31:22 +01:00
parent 10485c2fe5
commit cc69a8dde3

View file

@ -0,0 +1,3 @@
function showcert
openssl s_client -connect $argv[1]:443 -servername $argv[1] -showcerts < /dev/null
end