Skip to content

Commit

Permalink
add priv ca key alternative commando
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Uytterhoeven authored and Patrik Uytterhoeven committed Mar 4, 2024
1 parent e4bfcd9 commit 0efe929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/security/securing-zabbix.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ First step is to make a folder named SSL so we can create our certificates and s
```
- mkdir ~/ssl
- cd ~/ssl
- openssl genrsa -des3 -out myCA.key 4096
- openssl genrsa -aes128 -out myCA.key 4096
- openssl ecparam -out myCA.key -name prime256v1 -genkey
```

### Generate a Root Certificate
Expand Down

0 comments on commit 0efe929

Please sign in to comment.