debian: fix postinst command

This commit is contained in:
Saúl Ibarra Corretgé 2020-06-23 17:15:15 +02:00 committed by Saúl Ibarra Corretgé
parent 701d34248b
commit 97fd36a19a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ case "$1" in
-reqexts SAN \ -reqexts SAN \
-extensions SAN \ -extensions SAN \
-config <(cat /etc/ssl/openssl.cnf \ -config <(cat /etc/ssl/openssl.cnf \
<(printf '[SAN]\nsubjectAltName=DNS:localhost,DNS:$JVB_HOSTNAME,IP:$JVB_HOSTNAME')) \ <(printf '[SAN]\nsubjectAltName=DNS:localhost,DNS:$JVB_HOSTNAME,IP:$JVB_HOSTNAME'))
fi fi
fi fi