debian: fix postinst command
This commit is contained in:
parent
701d34248b
commit
97fd36a19a
|
@ -98,7 +98,7 @@ case "$1" in
|
|||
-reqexts SAN \
|
||||
-extensions SAN \
|
||||
-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
|
||||
|
||||
|
|
Loading…
Reference in New Issue