Docs: Minor edits to Linux setup documentation

This commit is contained in:
Mike Salvatore 2021-11-30 12:56:52 -05:00
parent 3e8f7382d0
commit 9ed689946c
1 changed files with 14 additions and 14 deletions

View File

@ -75,16 +75,16 @@ private certificate authority.
```
1. Create a [server configuration file and provide the path to the certificate](../../reference/server_configuration).
Server configuration file should look something like:
The server configuration file should look something like:
```json
{
"ssl_certificate": {
"ssl_certificate_file": "$HOME/.monkey_island/my_cert.crt",
"ssl_certificate_key_file": "$HOME/.monkey_island/my_key.key"
```json
{
"ssl_certificate": {
"ssl_certificate_file": "$HOME/.monkey_island/my_cert.crt",
"ssl_certificate_key_file": "$HOME/.monkey_island/my_key.key"
}
}
}
```
```
1. Start Monkey Island by running the Infection Monkey AppImage package:
```bash
@ -99,13 +99,13 @@ Server configuration file should look something like:
1. Terminate the Island process if it's already running.
1. Create a [server configuration file](../../reference/server_configuration).
Server configuration file should look something like:
The server configuration file should look something like:
```json
{
"log_level": "INFO"
}
```
```json
{
"log_level": "INFO"
}
```
1. Start Monkey Island by running the Infection Monkey AppImage package:
```bash