Let's Encrypt client: 1.0.21

wattie

Verified User
Joined
May 31, 2008
Messages
1,234
Location
Bulgaria
There is a new version of Letsencrypt but I guess there's an error in the update script or the versioning control:

Code:
root@srv2:/usr/local/directadmin/custombuild # ./build letsencrypt
Downloading             letsencrypt.sh...
/usr/local/directadmin/custombuild/letsencrypt100% of   24 kB  792 kBps 00m00s
[B]Let's encrypt client 1.0.21 has been installed.[/B]
root@srv2:/usr/local/directadmin/custombuild # ./build versions
Latest version of DirectAdmin: 1.52.1
Installed version of DirectAdmin: 1.52.1

Latest version of Let's Encrypt client: 1.0.21
[B]Installed version of Let's Encrypt client: 1.0.20[/B]
...
 
1.022 is out....

diff letsencrypt.sh letsencrypt.sh.orig
2c2
< #VERSION=1.0.22
---
> #VERSION=1.0.21
 
1.022 is out....

diff letsencrypt.sh letsencrypt.sh.orig
2c2
< #VERSION=1.0.22
---
> #VERSION=1.0.21

There was an issue with the versioning:

https://forum.directadmin.com/showthread.php?t=56066&goto=newpost

So you probably already did have 1.0.22 :)

diff letsencrypt.sh letsencrypt.sh.1.0.21
2c2
< #VERSION=1.0.22
---
> #VERSION=1.0.21
572c572
< ${OPENSSL} x509 -text < ${CERT}.new > /dev/null 2>&1
---
> ${OPENSSL} x509 -text < ${CERT}.new > /dev/null
575d574
< echo "${CERT64}" | ${OPENSSL} enc -base64 -d | grep -o '"detail": ".*"' | cut -d'"' -f4
 
Back
Top