diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-25 17:05:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-25 17:05:07 +0000 |
commit | 98cc484786ad9b0601133138e23a084522fbfc46 (patch) | |
tree | 9ef8dcf874ece1d4aa93621e5ba84f0d6c357b1b /terminaldweller.com | |
parent | update (diff) | |
download | scripts-98cc484786ad9b0601133138e23a084522fbfc46.tar.gz scripts-98cc484786ad9b0601133138e23a084522fbfc46.zip |
update
Diffstat (limited to 'terminaldweller.com')
-rw-r--r-- | terminaldweller.com/cargo/Dockerfile | 2 |
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 |