1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

Use default key/cert names (cert.pem & key.pem)

This commit is contained in:
Dennis Boldt 2019-08-11 01:17:07 +02:00 committed by GitHub
parent 841ce96fbf
commit eaeb151ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ One such example is ``mailu/traefik-certdumper``, which has been adapted for use
volumes:
# Folder, which contains the acme.json
- "/data/traefik:/traefik"
# Folder, where your.doma.in.crt and your.doma.in.key will be written
# Folder, where cert.pem and key.pem will be written
- "/data/mailu/certs:/output"