redfish-https-boot nginx usage To setup nginx for https boot: cd nginx/ Create self signed certs and name the public cert cert.pem and key cert.key. Configure your boot files (e.g., grub) in root/. docker run --rm -p <PORT>:443 $(docker build -q .)