dehydrated-io / dehydrated

letsencrypt/acme client implemented as a shell-script – just add water
https://dehydrated.io
MIT License
5.96k stars 716 forks source link

The problem of getting a certificate from staging mode #916

Closed ilya-indigo closed 1 year ago

ilya-indigo commented 1 year ago

In production mode, I get the certificate as before. But using staging mode I started getting an error in the very last request, when all checks are done and all that is left is to get the certificate from the server.

Problem connecting to server (post for ; curl returned with 3)

Details: Could not read certificate from

I use my finalized dehydrated script. But on the latest version of dehydrated 0.7.1 the problem is also reproduced if you change the url to staging in the settings. https://acme-staging-v02.api.letsencrypt.org/directory

https://community.letsencrypt.org/t/the-problem-of-getting-a-certificate-from-staging-mode/201662/1

ilya-indigo commented 1 year ago

https://github.com/dehydrated-io/dehydrated/blob/master/dehydrated#L1277-L1293