Ralf S. Engelschall 9 rokov pred
rodič
commit
78dd8c69ff
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      acmetool/acmetool.spec

+ 3 - 3
acmetool/acmetool.spec

@@ -105,7 +105,7 @@ PreReq:       OpenPKG, openpkg >= 20140101
     #   install Apache config
     %{l_shtool} install -c -m 644 %{l_value -s -a} \
         %{SOURCE acmetool-apache.conf} \
-        $RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d/
+        $RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d/acmetool.conf
 
     #   install run-command script
     %{l_shtool} install -c -m 755 %{l_value -s -a} \
@@ -128,8 +128,8 @@ PreReq:       OpenPKG, openpkg >= 20140101
           echo "  \$ vi $RPM_INSTALL_PREFIX/etc/acmetool/responses.yaml"
           echo "Edit especially the acme-enter-email and acmetool-quickstart-choose-server"
           echo "variables. The following directory servers are known:"
-          echo "  https://acme-staging.api.letsencrypt.org/directory (Test)"
-          echo "  https://acme-v01.api.letsencrypt.org/directory     (Live)"
+          echo "  https://acme-staging.api.letsencrypt.org/directory (Test, RSA or ECDSA)"
+          echo "  https://acme-v01.api.letsencrypt.org/directory     (Live, RSA only)"
           echo "Then perform the initial setup with it:"
           echo "  \$ su - %{l_rusr} -c \"$RPM_INSTALL_PREFIX/bin/acmetool quickstart --batch \\%{l_nil}"
           echo "    --response-file=$RPM_INSTALL_PREFIX/etc/acmetool/responses.yaml\""