-
Unfortunately, there is no longer an option to ignore the SSL certificate for the ACME server, as was previously possible in the cli.ini file in older versions. This change has created significant challenges for my current use case. As a result, I am unable to use the current version effectively and was forced to revert to an earlier version where this option was still available. This limitation could be problematic for users who need flexibility in handling SSL certificates for development or testing environments. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
can you maybe tell me which options you need to change to make it work and why? |
Beta Was this translation helpful? Give feedback.
-
I am using NPMplus with my own PKI and self-signed certificates, so I need an option equivalent to no-verify-ssl = true, as was available in older versions within the config.ini file. |
Beta Was this translation helpful? Give feedback.
-
you can either open a PR to add an env option to add this flag or you add a prerun scripts (see readme), to modify the certbot config file in /etc/certbot.ini (or just mount a diffrent file to this place) |
Beta Was this translation helpful? Give feedback.
-
Thank you for your suggestion. I mounted my own certbot.ini file, and now it's working again. Thanks! |
Beta Was this translation helpful? Give feedback.
-
The next release will contain and env option to change this |
Beta Was this translation helpful? Give feedback.
The next release will contain and env option to change this