• Bug#1107165: unblock: dehydrated/0.7.2-1 (4/4)

    From Mattia Rizzolo@21:1/5 to All on Mon Jun 2 17:20:01 2025
    [continued from previous message]

    │ │ │ │ The \fIhttp-01\fR verification provides proof of ownership by providing a
    │ │ │ │ challenge token. In order to do that, the directory referenced in the
    │ │ │ │ \fIWELLKNOWN\fR config variable needs to be exposed at
    │ │ │ │ \fIhttp://{domain}/.well-known/acme-challenge/\fR, where {domain} is every
    │ │ │ │ domain name specified in \fIdomains.txt\fR. Dehydrated does not provide its
    │ │ │ │ own challenge responder, but relies on an existing web server to provide the
    │ │ │ │ @@ -135,21 +135,21 @@
    │ │ │ │ .BR \-\-algo ", " \-a " " \fI[rsa|prime256v1|secp384r1]\fR
    │ │ │ │ Which public key algorithm should be used? Supported: rsa, prime256v1 and
    │ │ │ │ secp384r1
    │ │ │ │ .SH DIAGNOSTICS
    │ │ │ │ The program exits 0 if everything was fine, 1 if an error occurred.
    │ │ │ │ .SH BUGS
    │ │ │ │ Please report any bugs that you may encounter at the project web site
    │ │ │ │ -.UR https://github.com/lukas2511/dehydrated/issues
    │ │ │ │ +.UR https://github.com/dehydrated-io/dehydrated/issues
    │ │ │ │ .UE .
    │ │ │ │ .SH AUTHOR
    │ │ │ │ Dehydrated was written by Lukas Schauer. This man page was contributed by
    │ │ │ │ Daniel Molkentin.
    │ │ │ │ .SH COPYRIGHT
    │ │ │ │ Copyright 2015-2018 by Lukas Schauer and the respective contributors.
    │ │ │ │ Provided under the MIT License. See the LICENSE file that accompanies the
    │ │ │ │ distribution for licensing information.
    │ │ │ │ .SH SEE ALSO
    │ │ │ │ Full documentation along with configuration examples are provided in the \fIdocs\fR
    │ │ │ │ directory of the distribution, or at
    │ │ │ │ -.UR https://github.com/lukas2511/dehydrated/tree/master/docs │ │ │ │ +.UR https://github.com/dehydrated-io/dehydrated/tree/master/docs
    │ │ │ │ .UE .
    │ │ ├── ./usr/share/doc/dehydrated/examples/config
    │ │ │ @@ -18,15 +18,15 @@
    │ │ │
    │ │ │ # Resolve names to addresses of IP version only. (curl)
    │ │ │ # supported values: 4, 6
    │ │ │ # default: <unset>
    │ │ │ #IP_VERSION=
    │ │ │
    │ │ │ # URL to certificate authority or internal preset
    │ │ │ -# Presets: letsencrypt, letsencrypt-test, zerossl, buypass, buypass-test
    │ │ │ +# Presets: letsencrypt, letsencrypt-test, zerossl, buypass, buypass-test, google, google-test
    │ │ │ # default: letsencrypt
    │ │ │ #CA="letsencrypt"
    │ │ │
    │ │ │ # Path to old certificate authority
    │ │ │ # Set this value to your old CA value when upgrading from ACMEv1 to ACMEv2 under a different endpoint.
    │ │ │ # If dehydrated detects an account-key for the old CA it will automatically reuse that key
    │ │ │ # instead of registering a new one.
    │ │ │ @@ -88,16 +88,16 @@
    │ │ │ # BASEDIR and WELLKNOWN variables are exported and can be used in an external program
    │ │ │ # default: <unset>
    │ │ │ #HOOK=
    │ │ │
    │ │ │ # Chain clean_challenge|deploy_challenge arguments together into one hook call per certificate (default: no)
    │ │ │ #HOOK_CHAIN="no"
    │ │ │
    │ │ │ -# Minimum days before expiration to automatically renew certificate (default: 30)
    │ │ │ -#RENEW_DAYS="30"
    │ │ │ +# Minimum days before expiration to automatically renew certificate (default: 32)
    │ │ │ +#RENEW_DAYS="32"
    │ │ │
    │ │ │ # Regenerate private keys instead of just signing new certificates on renewal (default: yes)
    │ │ │ #PRIVATE_KEY_RENEW="yes"
    │ │ │
    │ │ │ # Create an extra private key for rollover (default: no)
    │ │ │ #PRIVATE_KEY_ROLLOVER="no"
    │ │ │
    │ │ │ @@ -121,12 +121,21 @@
    │ │ │
    │ │ │ # Issuer chain cache directory (default: $BASEDIR/chains)
    │ │ │ #CHAINCACHE="${BASEDIR}/chains"
    │ │ │
    │ │ │ # Automatic cleanup (default: no)
    │ │ │ #AUTO_CLEANUP="no"
    │ │ │
    │ │ │ +# Delete files during automatic cleanup instead of moving to archive (default: no)
    │ │ │ +#AUTO_CLEANUP_DELETE="no"
    │ │ │ +
    │ │ │ # ACME API version (default: auto)
    │ │ │ #API=auto
    │ │ │
    │ │ │ # Preferred issuer chain (default: <unset> -> uses default chain) │ │ │ #PREFERRED_CHAIN=
    │ │ │ +
    │ │ │ +# Request certificate with specific profile (default: <unset>)
    │ │ │ +#ACME_PROFILE=
    │ │ │ +
    │ │ │ +# Amount of seconds to wait for processing of order until erroring out (default: 0 => no timeout)
    │ │ │ +#ORDER_TIMEOUT=0
    │ │ ├── ./usr/share/man/man1/dehydrated.1.gz
    │ │ │ ├── dehydrated.1
    │ │ │ │ @@ -22,15 +22,15 @@
    │ │ │ │ based: If the file contains two lines "example.com" and "example.net",
    │ │ │ │ dehydrated will request two certificate, one for "example.com" and the other
    │ │ │ │ for "example.net". A single line containing "example.com example.net" will request a
    │ │ │ │ single certificate valid for both "example.net" and "example.com" through the \fISubject
    │ │ │ │ Alternative Name\fR (SAN) field.
    │ │ │ │
    │ │ │ │ For the next step, one way of verifying domain name ownership needs to be
    │ │ │ │ -configured. Dehydrated implements \fIhttp-01\fR and \fIdns-01\fR verification.
    │ │ │ │ +configured. Dehydrated implements \fIhttp-01\fR and \fIdns-01\fR verification.
    │ │ │ │
    │ │ │ │ The \fIhttp-01\fR verification provides proof of ownership by providing a
    │ │ │ │ challenge token. In order to do that, the directory referenced in the
    │ │ │ │ \fIWELLKNOWN\fR config variable needs to be exposed at
    │ │ │ │ \fIhttp://{domain}/.well-known/acme-challenge/\fR, where {domain} is every
    │ │ │ │ domain name specified in \fIdomains.txt\fR. Dehydrated does not provide its
    │ │ │ │ own challenge responder, but relies on an existing web server to provide the
    │ │ │ │ @@ -135,21 +135,21 @@
    │ │ │ │ .BR \-\-algo ", " \-a " " \fI[rsa|prime256v1|secp384r1]\fR
    │ │ │ │ Which public key algorithm should be used? Supported: rsa, prime256v1 and
    │ │ │ │ secp384r1
    │ │ │ │ .SH DIAGNOSTICS
    │ │ │ │ The program exits 0 if everything was fine, 1 if an error occurred.
    │ │ │ │ .SH BUGS
    │ │ │ │ Please report any bugs that you may encounter at the project web site
    │ │ │ │ -.UR https://github.com/lukas2511/dehydrated/issues
    │ │ │ │ +.UR https://github.com/dehydrated-io/dehydrated/issues
    │ │ │ │ .UE .
    │ │ │ │ .SH AUTHOR
    │ │ │ │ Dehydrated was written by Lukas Schauer. This man page was contributed by
    │ │ │ │ Daniel Molkentin.
    │ │ │ │ .SH COPYRIGHT
    │ │ │ │ Copyright 2015-2018 by Lukas Schauer and the respective contributors.
    │ │ │ │ Provided under the MIT License. See the LICENSE file that accompanies the
    │ │ │ │ distribution for licensing information.
    │ │ │ │ .SH SEE ALSO
    │ │ │ │ Full documentation along with configuration examples are provided in the \fIdocs\fR
    │ │ │ │ directory of the distribution, or at
    │ │ │ │ -.UR https://github.com/lukas2511/dehydrated/tree/master/docs │ │ │ │ +.UR https://github.com/dehydrated-io/dehydrated/tree/master/docs
    │ │ │ │ .UE .

    --RWNe59JXeQJ0G36O--

    -----BEGIN PGP SIGNATURE-----

    iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAmg9voIACgkQCBa54Yx2 K62QuQ/8Dtc/YVP4+NBwQ8cuG6Fqy9OLbeFxRSGLnGRqrkkyz/Sio1rKa0RZh08u zZ4yZw9kY9mOExmeDyXqY9G9cgrJ2+1ES/Ku5621idHFf9JzLsQrIiyJxqrWHXOc QaSORWFO1CGvtD+1x4z4JN7GBHPZ2DFBq0NjwvWugCBoIqNFr3bBRU3VA1TVYxGF XV4yx51rdUdBW2ftP9hsW4YEmrmBznzBLJFjqRI3LRQrYy22WsJWHz7jJB+HOqK4 oYFALlhObh04UguwiozKd9NEnYPsfGtYXwHOKvPArNPXF3EvxXPPcnkhMr6mA3RB kcymmkdiUy1KUiKSBLDaCyLrlQ9Grh0rrHX/5Og/iypJ49VKvYX5E8Wfl1nqfNKI 8KtMIUM46fs1amBmCJHYrawgGmvt2mpLocdSZpvfJjDpLOB7yTSI+Ri9cUcqqL2W 5r98LiETr+U1QkBZ8aEc2pPM3BxS4TRCAhRnQHpdt428SL8g5t8A4Hp8jB6NLwBq tuTZNOEXs7QLOXK8NU/P4yiPku0RWjx4FBm7pigzi5J1FxvdAA3ou9+LjNV4sb17 Z/yUAoZmN1TLJugPQY0Zq/J7CntSjrwqn8tsxul/gQ8CGN7Z+Pn9twwmw1vTnfwm k8OhHgPQ1oqJ0+lA71OPC8nH0m2f8kvfiTA/HC4x5uFqqoGZdVY=
    =ccd9
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)