From c9fb11928ef5d6a302e7c542e6ef6e1d9aa66adc Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 22 Jun 2017 10:34:41 +0200 Subject: [PATCH] SSL: Use own certificate --- docs/firststeps-ssl.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/firststeps-ssl.md b/docs/firststeps-ssl.md index 7ef3c4d51..9a0d16ab8 100644 --- a/docs/firststeps-ssl.md +++ b/docs/firststeps-ssl.md @@ -23,6 +23,12 @@ ADDITIONAL_SAN="cert1.example.org cert1.example.com cert2.example.org cert3.exam Each name will be validated against its IPv4 address. +## Use own certificates + +To use your own certificates, just save the combined certificate (containing the certificate and intermediate CA/CA if any) to `data/assets/ssl/cert.pem` and the corresponding key to `data/assets/ssl/key.pem`. + +Restart the mailcow stack by running `docker-compose down && docker-compose up -d`. + ## Check your configuration Run `docker-compose logs acme-mailcow` to find out why a validation fails.