aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-25 17:05:07 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-25 17:05:07 +0000
commit98cc484786ad9b0601133138e23a084522fbfc46 (patch)
tree9ef8dcf874ece1d4aa93621e5ba84f0d6c357b1b /terminaldweller.com
parentupdate (diff)
downloadscripts-98cc484786ad9b0601133138e23a084522fbfc46.tar.gz
scripts-98cc484786ad9b0601133138e23a084522fbfc46.zip
update
Diffstat (limited to 'terminaldweller.com')
-rw-r--r--terminaldweller.com/cargo/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminaldweller.com/cargo/Dockerfile b/terminaldweller.com/cargo/Dockerfile
index 6907039..79f99c9 100644
--- a/terminaldweller.com/cargo/Dockerfile
+++ b/terminaldweller.com/cargo/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.15 AS certbuilder
RUN apk update && apk add openssl
WORKDIR /certs
-RUN openssl req -nodes -new -x509 -subj="/C=US/ST=Denial/L=springfield/O=Dis/CN=localhost" -keyout server.key -out server.cert
+RUN openssl req -nodes -new -x509 -subj="/C=US/ST=Denial/L=springfield/O=Dis/CN=cargo.terminaldweller.com" -keyout server.key -out server.cert
FROM nginx:mainline-alpine
COPY --from=certbuilder /certs/ /certs