I am trying to run an apache2 under docker (WSL2) with a self-signing certification to test SSL. The docker file script looks like this
FROM php:7.1-apache RU