diff --git a/.env.example b/.env.example index 3b809d7..5e725cb 100644 --- a/.env.example +++ b/.env.example @@ -59,10 +59,7 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt" # - certFile: /certs/opencloud.test.crt # keyFile: /certs/opencloud.test.key # stores: -# default: -# defaultCertificate: -# certFile: /certs/opencloud.test.crt -# keyFile: /certs/opencloud.test.key +# - default # # The certificates need to be copied into ./certs/, the absolute path inside the container is /certs/. # You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory. diff --git a/README.md b/README.md index 231a6e4..7b35c0c 100644 --- a/README.md +++ b/README.md @@ -285,10 +285,6 @@ OpenCloud Compose supports adding SSL certificates for public domains and develo keyFile: /certs/opencloud.test.key stores: - default - - certFile: /certs/wildcard.example.com.crt - keyFile: /certs/wildcard.example.com.key - stores: - - default ``` 3. **Configure environment variables**: