]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adjusting spec file about certbot_apache
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 25 Jul 2025 17:15:14 +0000 (13:15 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 25 Jul 2025 17:15:14 +0000 (13:15 -0400)
mailleur.spec.in
support/do_dns_tlsa.sh

index 0ab19783bb13f91329adefff44a69a71d8a0a7fa..9d2f6a78673915f865dbc8d61a7e248a86aa621a 100644 (file)
@@ -24,7 +24,7 @@ Requires      :       httpd
 Requires       :       openssl
 Requires       :       php-apache
 Requires       :       php-cli
-Requires       :       python3-certbot-apache
+Requires       :       python3-certbot_apache
 Requires       :       sed
 
 #-----------------------------------------------------------------------------
index 7176368003f5416db8bbff8b3adc5a7a3947959f..082c3d40ac0edf0d456e1ad158eccd3837878677 100755 (executable)
@@ -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                           \