diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-05-18 05:27:47 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-05-18 05:27:47 +0000 |
commit | c5f5ba4efdc053bc2599fa553058ee7f4e2a43d2 (patch) | |
tree | b668b6e2d00dc1c3132df1a8c912056abf81bc9c /Dockerfile | |
parent | fixed a typo, its published not publish (diff) | |
download | icanhazallips-main.tar.gz icanhazallips-main.zip |
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ RUN cd /icanhazallips && go build FROM alpine:3.17 as certbuilder RUN apk add openssl WORKDIR /certs -RUN openssl req -nodes -new -x509 -subj="CN=icanhazallips.terminaldweller.com" -keyout server.key -out server.cert +RUN openssl req -nodes -new -x509 -subj="/CN=icanhazallips.terminaldweller.com" -keyout server.key -out server.cert # FROM gcr.io/distroless/static-debian11 FROM alpine:3.17 |