Closed adamdecaf closed 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.
I'm not a fan of this because setting DEBUG=1 might not imply you want InsecureSkipVerify.
DEBUG=1
InsecureSkipVerify
I'd rather add an -insecure flag.
-insecure
Following from https://github.com/adamdecaf/cert-manage/pull/192. I want to test each change separate and see if this is needed.