diff --git a/Dockerfile b/Dockerfile index bfdbcea..a6c07ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,8 @@ RUN apt-get update && apt-get upgrade -y && \ # Self-signed Certs RUN openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt \ - -subj "/C=US/ST=WA/L=Seattle/O=I-TECH-UW/OU=DIGI/CN=localhost" + -subj "/C=US/ST=WA/L=Seattle/O=I-TECH-UW/OU=DIGI/CN=localhost" \ + -addext "subjectAltName=DNS:*.openelis.org" RUN mkdir /etc/openelis-global/ # Keystore