|
|
|
@ -36,7 +36,7 @@ Class: EVAL
|
|
|
|
|
Group: Cryptography |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_acmetool_base} |
|
|
|
|
Release: 20161019 |
|
|
|
|
Release: 20161020 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://download.openpkg.org/components/versioned/acmetool/acmetool-%{V_acmetool_snap}.tar.xz |
|
|
|
@ -179,7 +179,7 @@ PreReq: OpenPKG, openpkg >= 20160101, sudo, x509
|
|
|
|
|
echo " https://acme-v01.api.letsencrypt.org/directory (Live, RSA only)" |
|
|
|
|
echo "Then perform the initial setup with it:" |
|
|
|
|
echo " \$ $RPM_INSTALL_PREFIX/sbin/acmetool quickstart \\%{l_nil}" |
|
|
|
|
echo " --batch --response-file=$RPM_INSTALL_PREFIX/etc/acmetool/responses.yaml" |
|
|
|
|
echo " [--batch] --response-file=$RPM_INSTALL_PREFIX/etc/acmetool/responses.yaml" |
|
|
|
|
echo "Then you can request your certificate:" |
|
|
|
|
echo " \$ $RPM_INSTALL_PREFIX/sbin/acmetool want example.com" |
|
|
|
|
echo "The resulting certificate/private-key you can find under:" |
|
|
|
|