Docs: Minor edits to docker setup documentation

This commit is contained in:
Mike Salvatore 2021-11-30 12:53:55 -05:00
parent 9e036c8853
commit 3e8f7382d0
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ enterprise or other security-sensitive environments, it is recommended that the
user provide Infection Monkey with a certificate that has been signed by a user provide Infection Monkey with a certificate that has been signed by a
private certificate authority. private certificate authority.
1. Terminate the docker container it's already running. 1. Terminate the docker container if it's already running.
1. Move your `.crt` and `.key` files to `./monkey_island_data` (directory created for the volume). 1. Move your `.crt` and `.key` files to `./monkey_island_data` (directory created for the volume).
1. Make sure that your `.crt` and `.key` files are readable only by you. 1. Make sure that your `.crt` and `.key` files are readable only by you.
```bash ```bash
@ -132,7 +132,7 @@ private certificate authority.
### Change logging level ### Change logging level
1. Stop the docker container it's already running. 1. Stop the docker container if it's already running.
1. Modify the [server configuration file](../../reference/server_configuration) by adding the following lines: 1. Modify the [server configuration file](../../reference/server_configuration) by adding the following lines:
```json ```json
{ {