Let's Encrypt 1.0.18 available!

dave097

Verified User
Joined
May 8, 2014
Messages
118
Available on files1.directadmin.com.

Changes:

2c2
< #VERSION=1.0.18
---
> #VERSION=1.0.17
32,36d31
< CURL=/usr/local/bin/curl
< if [ ! -x ${CURL} ]; then
< CURL=/usr/bin/curl
< fi
<
42,46d36
< LICENSE_NEW=$(${CURL} -I -s https://acme-v01.api.letsencrypt.org/terms | (grep Location: || true) | awk -F ': ' '{print $2}' | tr -d '\n\r')
< if [ "$(echo "$LICENSE_NEW" | cut -c1-4)" == "http" ]; then
< LICENSE=$LICENSE_NEW
< fi
<
48a39,43
>
> CURL=/usr/local/bin/curl
> if [ ! -x ${CURL} ]; then
> CURL=/usr/bin/curl
> fi
 
Back
Top