From 5a54a2d2f13affe81233d79b7aa823ea2c9d82a8 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Fri, 25 Jul 2025 13:15:14 -0400 Subject: [PATCH] Adjusting spec file about certbot_apache --- mailleur.spec.in | 2 +- support/do_dns_tlsa.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mailleur.spec.in b/mailleur.spec.in index 0ab1978..9d2f6a7 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -24,7 +24,7 @@ Requires : httpd Requires : openssl Requires : php-apache Requires : php-cli -Requires : python3-certbot-apache +Requires : python3-certbot_apache Requires : sed #----------------------------------------------------------------------------- diff --git a/support/do_dns_tlsa.sh b/support/do_dns_tlsa.sh index 7176368..082c3d4 100755 --- a/support/do_dns_tlsa.sh +++ b/support/do_dns_tlsa.sh @@ -5,7 +5,7 @@ #------------------------------------------------------------------- #comment in if working in production DRY_RUN="--dry-run" -STAGGING="--staging" +STAGING="--staging" MRKR=`date +"%F"` APPNAME=mailleur #------------------------------------------------------------------- @@ -75,7 +75,7 @@ certbot certonly \ --cert-path ./$MRKR-cert.pem \ --work-dir . \ --logs-dir ./logs \ - $STAGGING + $STAGING ln -nsf \ ./$MRKR-fullchain.pem \ -- 2.47.3