#!/bin/sh set -ex # Testing script to run behind a local https proxy # `mkcert` can be useful to generate valid certs # for testing podman run --rm --network=host \ -v "$(pwd)/nginx.conf":/etc/nginx/nginx.conf \ -v "$(pwd)/key.pem":/key.pem \ -v "$(pwd)/crt.pem":/crt.pem \ docker.io/nginx:alpine