From: Jean-Marc Pigeon (Delson) Date: Fri, 25 Jul 2025 17:15:14 +0000 (-0400) Subject: Adjusting spec file about certbot_apache X-Git-Tag: tag-0.14~22 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=5a54a2d2f13affe81233d79b7aa823ea2c9d82a8;p=jmp%2Fmailleur Adjusting spec file about certbot_apache --- 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 \