remove unicode dash thing

This commit is contained in:
tim 2024-11-06 04:39:56 +00:00
parent a024870b80
commit 6a70c348fd
1 changed files with 1 additions and 1 deletions

View File

@ -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 DiffieHellman 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