💄 use alert boxes for notes

This commit is contained in:
DrMaxNix 2024-09-07 13:25:07 +02:00
parent bd099af12f
commit bad40c1d1a

View File

@ -25,7 +25,8 @@ services:
$ docker compose up -d
```
> ▶️ For both variants, persistent config and key files will be stored in the `./data` directory. Feel free to change this to your needs.
> [!TIP]
> For both variants, persistent config and key files will be stored in the `./data` directory. Feel free to change this to your needs.
## Client Management
Generate new client keys and output its config:
@ -43,4 +44,5 @@ Revoke a client's keys:
$ docker compose exec main clientmgmt revoke
```
> ▶️ If you are using docker run, replace `docker compose exec main` with `docker exec -it openvpn`.
> [!NOTE]
> If you are using docker run, replace `docker compose exec main` with `docker exec -it openvpn`.