Skip to content

README.md & .env.example not aligned for ./config/traefik/dynamic/certs.yml #191

@aleksa-radojicic

Description

@aleksa-radojicic

In .env.example file an example for providing the dynamic configuration for provided certificates from the certs directory says:

# tls:
#   certificates:
#     - certFile: /certs/opencloud.test.crt
#       keyFile: /certs/opencloud.test.key
#       stores:
#         - default
#   stores:
#     default:
#       defaultCertificate:
#         certFile: /certs/opencloud.test.crt
#         keyFile: /certs/opencloud.test.key

However, in the README.md in section Deployment Options / SSL Certificate Support / Use Certificates from the certs/ directory the example used is:

tls:
  certificates:
    - certFile: /certs/opencloud.test.crt
      keyFile: /certs/opencloud.test.key
      stores:
        - default
    - certFile: /certs/wildcard.example.com.crt
      keyFile: /certs/wildcard.example.com.key
      stores:
        - default

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions