mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-06 15:34:56 +02:00
set SSL_DOMAIN=*.example.com to extract a wildcard certificate from traefiks acme.json store
6 lines
No EOL
227 B
Bash
Executable file
6 lines
No EOL
227 B
Bash
Executable file
#!/bin/bash
|
|
##
|
|
# This user script will be executed between configuration and starting daemons
|
|
# To enable it you must save it in your config directory as "user-patches.sh"
|
|
##
|
|
echo "Default user-patches.sh successfully executed" |