mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
FIX: trim whitespaces (OSX)
This commit is contained in:
parent
4e3df41f0e
commit
139a46d83e
@ -1184,7 +1184,7 @@ server_defaults() {
|
||||
savedir=`pwd`; cd $TEMPDIR
|
||||
$OPENSSL s_client -showcerts $STARTTLS -connect $NODEIP:$PORT $SNI 2>/dev/null </dev/null | \
|
||||
awk -v c=-1 '/-----BEGIN CERTIFICATE-----/{inc=1;c++} inc {print > ("level" c ".crt")} /---END CERTIFICATE-----/{inc=0}'
|
||||
nrsaved=`ls $TEMPDIR/level?.crt 2>/dev/null | wc -w`
|
||||
nrsaved=`ls $TEMPDIR/level?.crt 2>/dev/null | wc -w | sed 's/^ *//'`
|
||||
outln " # of certificates provided $nrsaved"
|
||||
cd $savedir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user