mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Add showcert function
This commit is contained in:
parent
10485c2fe5
commit
cc69a8dde3
1 changed files with 3 additions and 0 deletions
3
dot_config/fish/private_functions/showcert.fish
Normal file
3
dot_config/fish/private_functions/showcert.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function showcert
|
||||||
|
openssl s_client -connect $argv[1]:443 -servername $argv[1] -showcerts < /dev/null
|
||||||
|
end
|
Loading…
Reference in a new issue