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

ci: add ssl option in docker compose #106

Closed glimchb closed 6 months ago

glimchb commented 7 months ago

keys can be generated with:

openssl req -x509 -nodes -newkey rsa:2048 -keyout key.pem -out cert.pem -sha256 -days 365 \
    -subj "/C=GB/ST=London/L=London/O=Alros/OU=IT Department/CN=localhost"

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

mraineri commented 6 months ago

Approved 3/8