mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
4 lines
105 B
Fish
4 lines
105 B
Fish
|
function showcert
|
||
|
openssl s_client -connect $argv[1]:443 -servername $argv[1] -showcerts < /dev/null
|
||
|
end
|