Adds script to get an ssl certificate
This commit is contained in:
parent
3bc6eceff8
commit
ddb3af4de1
1 changed files with 3 additions and 0 deletions
3
bin/.bin/getCertificate
Executable file
3
bin/.bin/getCertificate
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "" | openssl s_client -connect "$1" | openssl x509 -noout -text
|
Loading…
Add table
Add a link
Reference in a new issue