StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

[WIP] Better CA generation #301

Closed emedvedev closed 8 years ago

emedvedev commented 8 years ago

I'm making an attempt to get rid of the Insecure Request Warning and a couple more errors.

Right now this PR only changes the method for CA generation to utilize SAN entries and fix SubjectAltNameWarning; next step is to start using certifi and make Puppet append our CA to the certifi store. This way we can use requests on the host with whatever Python app we want and get our cert verified; basically, it's a substitution for the global CA store which requests can use.

estee-tew commented 8 years ago

https://stackstorm.slack.com/archives/stackstorm/p1450727431016832

estee-tew commented 8 years ago

https://stackstorm.slack.com/archives/stackstorm/p1450732907016940