dev (#1)
All checks were successful
Deploy Production (merchbay.com) / deploy (push) Successful in 2m11s
All checks were successful
Deploy Production (merchbay.com) / deploy (push) Successful in 2m11s
Co-authored-by: Frank John Begornia <frank.begornia@yahoo.com> Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
17
traefik-certs.yml
Normal file
17
traefik-certs.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Traefik Dynamic Configuration for Custom SSL Certificates
|
||||
# This file should be uploaded to /srv/traefik/dynamic/traefik-certs.yml on production server
|
||||
|
||||
tls:
|
||||
certificates:
|
||||
# Production SSL Certificate (DigiCert)
|
||||
# Note: merchbay.com.crt should be a bundle containing www_merchbay_com.crt + DigiCertCA.crt
|
||||
- certFile: /srv/certs/merchbay.com.crt
|
||||
keyFile: /srv/certs/merchbay.com.key
|
||||
stores:
|
||||
- default
|
||||
|
||||
stores:
|
||||
default:
|
||||
defaultCertificate:
|
||||
certFile: /srv/certs/merchbay.com.crt
|
||||
keyFile: /srv/certs/merchbay.com.key
|
||||
Reference in New Issue
Block a user