Skip to content

Commit

Permalink
Merge pull request #11 from greatbody/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Salvoxia authored Oct 28, 2024
2 parents 0900d45 + fae016d commit beb54b5
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 beb54b5

Please sign in to comment.