This website works better with JavaScript.
Explore
Help
Sign In
jab2870
/
Dotfiles
Watch
1
Star
0
Fork
You've already forked Dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
937
Commits
1
Branch
0
Tags
15 MiB
Shell
66.3%
Python
17.4%
Lua
6.4%
Vim script
3%
Less
2.1%
Other
4.7%
Tree:
a6835df627
Dotfiles
/
bin
/
.bin
/
webtest
/
getCertificate
3 lines
90 B
Raw
Blame
History
#!/usr/bin/env bash
echo
""
|
openssl s_client -connect
"
$1
"
|
openssl x509 -noout -text
Reference in new issue
View Git Blame
Copy Permalink