From a7f426c0586a2a8ca5613a951cd4c3afedc01246 Mon Sep 17 00:00:00 2001 From: Eduardo Balsa Date: Wed, 7 Apr 2021 16:46:59 +0200 Subject: [PATCH] Added reference to ca.pem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4963565..3bf44c1 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Updating the images should be as simple as `docker-compose pull` which, unless c - Directory volume mount SSL Certs `./ssl`: `/etc/ssl/certs` - Certificate File: `cert.pem` - Certificate Key File: `key.pem` + - CA File for Cert Authentication (optional) `ca.pem` - Directory volume mount and create configs: `/var/www/MISP/app/Config/`