Use SSL Certificate with Passphrase¶
Warning
This guide is only valid for MISP-dockerized 1.2.0+.
Note
This is not our recommended way and therefore unsupported.
This guide is for administrators which want to use password protected certificates. This guide is in special for the GitHub issue 17.
How to …¶
… via Environment Variable¶
Go to config/config.env
and set SSL_PASSPHRASE_ENABLE="yes"
.
Now make: make install
or make build-config && make deploy
You are ready.
For troubleshooting please look at docker -f logs misp-proxy or docker -f logs misp-server
… via File¶
To activate passphrase certificate via file you need to one file one for NGINX and Apache2 will generate his file on base of the another one.
- Create a new file in
config/ssl/ssl.passphrase
. Content of the file is only your password. - Go to
config/config.env
and setSSL_PASSPHRASE_ENABLE="yes"
. - Update configuration:
make build-config
- Deploy new configuration:
make deploy
Troubleshooting¶
- To restart the container:
docker restart misp-server misp-proxy