leflamm / afpre

CLI for the AWS Federation Proxy
Apache License 2.0
19 stars 12 forks source link

allow to turn off curl's certificate verification #27

Closed leflamm closed 7 years ago

leflamm commented 7 years ago

If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option.

leflamm commented 7 years ago

done