Skip to content

Commit

Permalink
Merge pull request #2 from mozzy11/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
mozzy11 authored Nov 6, 2023
2 parents 32f0d09 + eb18da8 commit 4fbaf63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fbaf63

Please sign in to comment.