From 3aceca75ae43810705fd84cb90e1f2ecf6c88847 Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 4 Mar 2026 11:14:25 +0400 Subject: [PATCH] options_ssl --- sympa/resources/tools/sympa_import.bash | 47 +++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/sympa/resources/tools/sympa_import.bash b/sympa/resources/tools/sympa_import.bash index b7b3534..12de18d 100755 --- a/sympa/resources/tools/sympa_import.bash +++ b/sympa/resources/tools/sympa_import.bash @@ -101,6 +101,46 @@ function import_certbot { echo OK fi + # add options-ssl-nginx.conf + if [[ ! -f /etc/letsencrypt/options-ssl-nginx.conf ]]; then + tee /etc/letsencrypt/options-ssl-nginx.conf <