
This patch introduces a reverse proxy that terminates an HTTPS connection and forwards it to the redfish emulator behind that is running HTTP. Also the reverse proxy presents a self-signed certificate. Closes: #136 Relates-To: #136 Change-Id: If6ee705247ae8866d2674bff1ff034277f9c9177
10 lines
287 B
YAML
10 lines
287 B
YAML
reverse_proxy_action: install
|
|
|
|
reverse_proxy_hostname: "redfish-emulator"
|
|
reverse_proxy_username: "username"
|
|
reverse_proxy_password: "password"
|
|
reverse_proxy_frontend_ip: "127.0.0.1"
|
|
reverse_proxy_frontend_port: 443
|
|
reverse_proxy_backend_ip: "127.0.0.1"
|
|
reverse_proxy_backend_port: 8000
|