- Add your cert (
cert.crt
), key (key.pem
) and ca (ca.pem
) to acerts
folder in the same directory as the Dockerfile while building the image docker build -t lfs-mtls:latest .
docker run -p 8080:8080 lfs-mtls:latest
cert.crt
), key (key.pem
) and ca (ca.pem
) to a certs
folder in the same directory as the Dockerfile while building the imagedocker build -t lfs-mtls:latest .
docker run -p 8080:8080 lfs-mtls:latest