security-scripts/ssl/check_openssl.sh

7 lines
221 B
Bash
Raw Permalink Normal View History

2021-08-16 15:01:46 +00:00
#!/bin/bash
#
# 20210816 petbau@linuxnet.ch / check proxy access for https
#
openssl s_client -proxy [proxy-ip-address]:9090 -connect fcm.googleapis.com -showcerts -CAfile /usr/local/share/ca
-certificates/PROXYSUBCA.crt