From 85f80e35d858880ab353b22510630255357bbc02 Mon Sep 17 00:00:00 2001 From: Alec Muffett Date: Fri, 9 Feb 2024 02:11:02 +0000 Subject: [PATCH] remove text noise created by stock openssl --- lib.d/make-selfsigned-wildcard-ssl-cert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.d/make-selfsigned-wildcard-ssl-cert.sh b/lib.d/make-selfsigned-wildcard-ssl-cert.sh index 93977b5..d5fae9b 100755 --- a/lib.d/make-selfsigned-wildcard-ssl-cert.sh +++ b/lib.d/make-selfsigned-wildcard-ssl-cert.sh @@ -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