You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ You can execute `docker-compose up -d --build --force-recreate` to start and bui
9
9
10
10
It is possible to adapt the `pretixuser` crontab entries by modifying the [crontab](docker/pretix/crontab.bak) file.
11
11
12
+
## TLS setup
13
+
14
+
You can specify the used TLS certificates by adapting the mounted [certificate](docker/pretix/files/config/ssl/domain.crt) and [key](docker/pretix/files/config/ssl/domain.key) e.g. from LetsEncrypt or generating new self-signed certificates by following the [manual](scripts/EXAMPLE-CERT-CREATION.md) and moving the generated files.
15
+
12
16
## Contribution
13
17
If you would like to contribute something, have an improvement request, or want to make a change inside the code, please open a pull request.
# Example of the cert creation for the Nginx setup
2
+
3
+
## Creation
4
+
5
+
Please execute the following script `bash create-tls-certs.sh` to create all necessary certificates for the complete setup of all related components.
6
+
7
+
## Adaptation
8
+
9
+
Please adjust the configuration files inside the [config](./config) folder and adapt the corresponding values for the req_distinguished_names and subjectAltNames based on your organisation and configuration. You can find [here](https://support.dnsimple.com/articles/what-is-common-name/) and [here](https://learn.microsoft.com/en-us/azure/application-gateway/self-signed-certificates) more information about the corresponding values and CA certificates in general.
10
+
11
+
## Ca Certificates
12
+
13
+
### Nginx
14
+
15
+
Describes the Certificate Authority (certificate & key) for the Nginx server.
16
+
17
+
## Server Certificates
18
+
19
+
### Nginx
20
+
21
+
Describes the server certificate and key for the Nginx server, and it's signed by the Nginx CA.
0 commit comments