remove unicode dash thing
This commit is contained in:
parent
a024870b80
commit
6a70c348fd
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
if [ ! -f /etc/ssl/dhparam.pem ]; then
|
||||
echo "/etc/ssl/dhparam.pem not found"
|
||||
echo -n "Would you like to generate Diffie–Hellman parameters now? [y/n] "
|
||||
echo -n "Would you like to generate Diffie-Hellman parameter now? [y/n] "
|
||||
read choice
|
||||
if [[ "$choice" == [Yy]* ]]; then
|
||||
openssl dhparam -out /etc/ssl/dhparam.pem 4096
|
||||
|
|
Loading…
Reference in New Issue