mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
Fix certificates
This commit is contained in:
parent
1e7edf1c17
commit
05bee25891
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
# SECURITY SENSITIVE FILES
|
||||
secrets/
|
||||
cert/
|
||||
nginx/cert/*.pem
|
||||
|
||||
# External distributions
|
||||
rsconcept/backend/import/*.whl
|
||||
|
|
|
@ -3,4 +3,4 @@ ARG BUILD_TYPE=production
|
|||
|
||||
# Сopу nginx configuration to the proxy-server
|
||||
COPY ./$BUILD_TYPE.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./cert/* /etc/ssl/private/
|
||||
COPY ./cert/*.pem /etc/ssl/private/
|
2
nginx/cert/README.txt
Normal file
2
nginx/cert/README.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
THIS DIRECTORY IS USED ONLY FOR LOCAL CERTIFICATES
|
||||
USE CERTBOT IN PRODUCTION CONTAINER TO SUPPLY PRODUCTION CERTIFICATES
|
Loading…
Reference in New Issue
Block a user