add lego baseimage
This commit is contained in:
parent
6d1be9dce1
commit
333d824623
4 changed files with 15 additions and 4 deletions
|
@ -157,8 +157,8 @@ users={{getenv "MAX_USERS" "20"}}
|
|||
|
||||
# If you have a proper SSL certificate, you can provide the filenames here.
|
||||
# Otherwise, Murmur will create it's own certificate automatically.
|
||||
sslCert=/etc/ssl/murmur/{{getenv "CERT_NAME" "fullchain.pem"}}
|
||||
sslKey=/etc/ssl/murmur/{{getenv "KEY_NAME" "privkey.pem"}}
|
||||
sslCert={{getenv "CERT_HOME"}}/.lego/certificates/{{getenv "CERT_DOMAIN"}}.crt
|
||||
sslKey={{getenv "CERT_HOME"}}/.lego/certificates/{{getenv "CERT_DOMAIN"}}.key
|
||||
|
||||
# The sslCiphers option chooses the cipher suites to make available for use
|
||||
# in SSL/TLS. This option is server-wide, and cannot be set on a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue