Compare commits

...

2 Commits

2 changed files with 8 additions and 0 deletions

7
README.SSL-Configuration Normal file
View File

@ -0,0 +1,7 @@
# --------------------
# SSL Configuration Generator
# --------------------
# ---
# see: https://ssl-config.mozilla.org/
# ---

View File

@ -228,6 +228,7 @@ _debian_packages="
ca-certificates
openssl
nginx-extras
nginx-full
"
declare -a deb_package_arr
for _pkg in $_debian_packages ; do