Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp authored Nov 22, 2024
1 parent 1eb58a2 commit 16f2fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ PLUGINS_CONFIG = {

```
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
-keyout /etc/ssl/proxbox.key \
-out /etc/ssl/proxbox.crt
-keyout /etc/ssl/private/proxbox.key \
-out /etc/ssl/certs/proxbox.crt
```

> The certificate files created are by default located at `/etc/ssl`.
Expand Down

0 comments on commit 16f2fb6

Please sign in to comment.