Add documentation for SSL cert configuration
This commit is contained in:
parent
3544247fc0
commit
566c56c423
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## SSL Zertifikat Konfiguration
|
||||||
|
Nach starten des docker containers ist das von caddy erstellte SSL Zertifikat in './caddy_data/pki/authorities/local/root.crt' gefunden werden.
|
||||||
|
Relevante Dokumentation:
|
||||||
|
- [MacOS](https://support.apple.com/guide/keychain-access/add-certificates-to-a-keychain-kyca2431/mac)
|
||||||
|
- [Linux](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/security_guide/sec-shared-system-certificates)
|
||||||
|
|
||||||
|
|
||||||
## SQL Proxy
|
## SQL Proxy
|
||||||
### Initiales Setup
|
### Initiales Setup
|
||||||
Öffne ein Terminal und führe die `sqlproxy_setup.sh` Datei aus.
|
Öffne ein Terminal und führe die `sqlproxy_setup.sh` Datei aus.
|
||||||
|
|
Loading…
Reference in a new issue