Skip to content

Commit 8dd4ce7

Browse files
notarockpetak5
authored andcommitted
Fixed key destination
1 parent 720227b commit 8dd4ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN pip install pipenv \
1313
# if you are using the provided docker-compose, which mount local folder to /app
1414
1515
openssl req -x509 -newkey rsa:4096 \
16-
-nodes -out src/cert.pem -keyout src/key.pem -days 365 \
16+
-nodes -out cert.pem -keyout key.pem -days 365 \
1717
-subj '/CN=localhost'
1818
1919
CMD pipenv run python src/runserver.py

0 commit comments

Comments
 (0)