set generateDH=0 as default to prevent int error on skip
This commit is contained in:
parent
ed66ce68fd
commit
44a5e62bc4
1
setup.sh
1
setup.sh
@ -61,6 +61,7 @@ hostname=$(hostname)
|
|||||||
configPath="./etc.${hostname}"
|
configPath="./etc.${hostname}"
|
||||||
useSSL=0
|
useSSL=0
|
||||||
useCertbot=0
|
useCertbot=0
|
||||||
|
generateDH=0
|
||||||
|
|
||||||
# set tags and files to update
|
# set tags and files to update
|
||||||
tag_servernames="<server name(s)>"
|
tag_servernames="<server name(s)>"
|
||||||
|
Loading…
Reference in New Issue
Block a user