Merge branch 'master' into nginx-ssl-verify.

pull/116/head
Alec Muffett 2024-02-09 02:12:42 +00:00
commit bf1c953691
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