adamdecaf / cert-manage

WIP x509 Certificate auditing CLI
Apache License 2.0
32 stars 6 forks source link

pkg/whitelist/gen: set InsecureSkipVerify based on DEBUG env var #193

Closed adamdecaf closed 6 years ago

adamdecaf commented 6 years ago

Following from https://github.com/adamdecaf/cert-manage/pull/192. I want to test each change separate and see if this is needed.

adamdecaf commented 6 years ago

I'm not a fan of this because setting DEBUG=1 might not imply you want InsecureSkipVerify.

adamdecaf commented 6 years ago

I'd rather add an -insecure flag.