Strange let's Encrypt error: parsing config: field letsencrypt: strconv.Atoi: parsing "1‘letsencrypt=1’": invalid syntax

rons

Verified User
Joined
Jan 11, 2016
Messages
12
Hi, anyone seen this error: error parsing config: field letsencrypt: strconv.Atoi: parsing "1‘letsencrypt=1’": invalid syntax

I could not renew certificates and this was causing the problem.
Ran ./build update and ./build letsencrypt and now I am able to renew the certificates but this error still shows when updating other software on the server.

Thanks, Ron
 
check directadmin.conf maybe there syntax error at letsencypt line
 
You were right, there was this: letsencrypt=1вЂ˜letsencrypt=1’
and should obviously read this: letsencrypt=1

Thanks for your help!
 
Back
Top