Przeglądaj źródła

formatting

pull/2530/head
plui29989 3 lat temu
rodzic
commit
4b17a1e73a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      docs/configuring-playbook-ssl-certificates.md

+ 2
- 0
docs/configuring-playbook-ssl-certificates.md Wyświetl plik

@@ -31,6 +31,7 @@ devture_traefik_config_entrypoint_web_secure_enabled: false


To use self-signed SSL certificates, you need to disable the certResolvers and the traefik-certs-dumper tool. To use self-signed SSL certificates, you need to disable the certResolvers and the traefik-certs-dumper tool.
You also need to override the providers.file setting in the Traefik configs. You also need to override the providers.file setting in the Traefik configs.

Create a file 'certificates.yml' in /devture-traefik/config/ with the following content: Create a file 'certificates.yml' in /devture-traefik/config/ with the following content:


```yaml ```yaml
@@ -46,6 +47,7 @@ tls:
``` ```


Place the key and your certificate in /devture-traefik/ssl/ Place the key and your certificate in /devture-traefik/ssl/

You can use the matrix-aux role for this: You can use the matrix-aux role for this:


```yaml ```yaml


Ładowanie…
Anuluj
Zapisz