3 行
90 B
Bash
可執行檔
3 行
90 B
Bash
可執行檔
#!/usr/bin/env bash
|
|
|
|
echo "" | openssl s_client -connect "$1" | openssl x509 -noout -text
|