Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 20, 2021
1 parent 77d0024 commit ee9ef61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion revad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ WORKDIR /etc/revad
RUN openssl req -new -x509 -days 365 -nodes \
-out ./server.cert \
-keyout ./server.key \
-subj "/C=RO/ST=Bucharest/L=Bucharest/O=IT/CN=www.example.ro"
-subj "/C=RO/ST=Bucharest/L=Bucharest/O=IT/CN=www.example.ro" \
-addext "subjectAltName = DNS:localhost"
RUN cp ./server.cert /usr/local/share/ca-certificates/revad.crt
RUN update-ca-certificates
RUN mkdir -p /var/tmp/reva/
Expand Down

0 comments on commit ee9ef61

Please sign in to comment.