VojtechMyslivec / letsencrypt-zimbra

Files to automate the deployment process of Let's Encrypt certificates to Zimbra Collaboration Suite
GNU General Public License v3.0
168 stars 91 forks source link

Certbot error #78

Closed mangaskahn closed 2 years ago

mangaskahn commented 2 years ago

On updating to the most recent version of the script, I get this error when running the script manually.

certbot: error: unrecognized arguments: --preferred-chain ISRG Root X1

I tried commenting the argument from the script, but then, instead, it returns

certbot: error: unrecognized arguments: 

Thanks for your work on this. Please let me know what information you need to help find and fix the problem.

VojtechMyslivec commented 2 years ago

Hi,

unrecognized arguments: --preferred-chain

means that you use some old certbot version. Please update it at least to version 1.6.

Vojtech