Skip to content

Commit 2031792

Browse files
Edited Dockerfile
This configuration file edit aligns Solid's SSL Certificate file naming convention. Now using the more widely adopted "privkey.pem" for the private key file name and "fullchain.pem" for the certificate file.
1 parent 9e37080 commit 2031792

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN openssl req \
88
-nodes \
99
-x509 \
1010
-subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" \
11-
-keyout cert.key \
12-
-out cert.pem
11+
-keyout privkey.pem \
12+
-out fullchain.pem
1313
CMD npm run solid start

0 commit comments

Comments
 (0)