go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.91k stars 1.01k forks source link

efficientip: add insecure skip verify option #2052

Closed alexissavin closed 10 months ago

alexissavin commented 10 months ago

Hello,

The EfficientIP provider is missing an option to disable the API endpoint's SSL certificate which is unfortunately too often self-signed.

Very small change to the original pull request (#1945), I hope this can be merged soon.

By the way many thanks to @ldez for his work on the EfficientIP provider.

Kind regards.

alexissavin commented 10 months ago

@ldez many thanks