Skip to content

Commit

Permalink
docs: Added client cert/key path
Browse files Browse the repository at this point in the history
  • Loading branch information
martoc committed Apr 13, 2024
1 parent 7f66e32 commit 271100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/INTRODUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ aws cloudformation create-stack --stack-name vpn-client --template-body file://s
## Configure AWS VPN Client

* Download the configuration file from the AWS Console
* Update the configuration file with the client certificate and client key adding this section to the configuration file below the `<ca></ca>` section
* Update the configuration file with the client certificate `workdir/client.crt` and client key `workdir/client.key` adding this section to the configuration file below the `<ca></ca>` section
```
<cert>
-----BEGIN CERTIFICATE-----
Expand Down

0 comments on commit 271100d

Please sign in to comment.