remove text noise created by stock openssl

master
Alec Muffett 2024-02-09 02:11:02 +00:00
rodzic 3d4d9d1c8b
commit 85f80e35d8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -129,7 +129,7 @@ $OPENSSL req \
rm $ssl_config
if $OPENSSL x509 -in $certfile -noout -text | grep -i signature | grep -vi sha256 ; then
if $OPENSSL x509 -in $certfile -noout -text | grep -i signature | grep -vi sha256 >/dev/null ; then
(
echo $this: WARNING: the cert is not signed with SHA256
echo $this: this is not fatal, but worth checking