gheift / ght-acme.sh

a linux shell script to sign certifactes by the letsencrypt CA
GNU General Public License v2.0
84 stars 32 forks source link

"push response for "http-01" #29

Open amnts opened 7 years ago

amnts commented 7 years ago

./letsencrypt.sh sign -a account.key -k test.kbdnb.ru.key -c test.kbdnb.ru.pem test.kbdnb.ru www.test.kbdnb.ru

I get an endless output push response for "http-01" push response for "http-01" push response for "http-01" push response for "http-01" and so on...

bruncsak commented 7 years ago

Which version have you tried? Gheift's or mine?

Ralf-Friedl commented 7 years ago

The problem is that letsencrypt seems to have changed slightly. As it is a JSON response, it is not advisable to rely on particular white space like line breaks or spaces, as they are not considered significant.

It seems bruncsak' version has this fixed.

Of course, letsencrypt links to this version, so I had to find out myself...