diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2019-01-21 02:07:22 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2019-01-21 02:11:33 +0100 | 
| commit | d5d7aed46cc34dfbba521dc216f6f75a4309de10 (patch) | |
| tree | 5b0115250ee066525e522bddda0039b32692c0c1 /INSTALL | |
| parent | d3df555699c7189503de7f49c6c48d6d04b84083 (diff) | |
client: poll order URL instead of each authz URL successively.
We were blocking on https://github.com/letsencrypt/boulder/issues/3530 .
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 10 | 
1 files changed, 9 insertions, 1 deletions
| @@ -20,6 +20,7 @@ lacme depends on OpenSSL and the following Perl modules:    - Config::Tiny    - Digest::SHA (core module) +  - Date::Parse    - Errno (core module)    - Fcntl (core module)    - File::Temp (core module) @@ -37,7 +38,14 @@ lacme depends on OpenSSL and the following Perl modules:  On Debian GNU/Linux systems, these dependencies can be installed with  the following command: -    apt-get install openssl libconfig-tiny-perl libjson-perl libwww-perl liblwp-protocol-https-perl libnet-ssleay-perl libtypes-serialiser-perl +    apt-get install openssl \ +        libconfig-tiny-perl \ +        libtimedate-perl \ +        libjson-perl \ +        libwww-perl \ +        liblwp-protocol-https-perl \ +        libnet-ssleay-perl \ +        libtypes-serialiser-perl  However Debian GNU/Linux users can also use gbp(1) from git-buildpackage  to build their own package: | 
