Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greatbody committed Oct 27, 2024
1 parent 0900d45 commit fae016d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ Unlike the image this is image is based on, it is not tested extensively with di

* Generate a client certificate without a passphrase
```bash
docker run -v $OVPN_DATA:/etc/openvpn --rm -it salvoxia/openvpn-tap easyrsa build-client-full CLIENTNAME nopass
docker run -v $OVPN_DATA:/etc/openvpn --rm -it salvoxia/openvpn-tap easyrsa build-client-full $CLIENTNAME nopass
```

* Retrieve the client configuration with embedded certificates
```bash
docker run -v $OVPN_DATA:/etc/openvpn --rm salvoxia/openvpn-tap ovpn_getclient CLIENTNAME > CLIENTNAME.ovpn
docker run -v $OVPN_DATA:/etc/openvpn --rm salvoxia/openvpn-tap ovpn_getclient $CLIENTNAME > $CLIENTNAME.ovpn
```
## TAP and bridge support

Expand Down Expand Up @@ -142,7 +142,7 @@ If you prefer to use `docker-compose` please refer to the [documentation](docs/d
```
* Test using a client that has openvpn installed correctly
```bash
$ openvpn --config CLIENTNAME.ovpn
$ openvpn --config $CLIENTNAME.ovpn
```
* Run through a barrage of debugging checks on the client if things don't just work
```bash
Expand Down

0 comments on commit fae016d

Please sign in to comment.