DMTF / Redfish-Mockup-Server

A simple Python 3.4 program that can be copied into a folder at the top of any Redfish mockup and can serve Redfish requests on the specified IP/port.
Other
83 stars 37 forks source link

Autogenerate SSL cert in Docker Compose #110

Closed MoshiBin closed 6 months ago

MoshiBin commented 6 months ago

This does a similar thing as #108 but separates the SSL cert generation from the app run itself. This way, the compose file doesn't need to know how to run the app - it just runs the built docker image as-is (closer to how users run).

mraineri commented 6 months ago

Approved 3/22