Skip to content

Commit f944279

Browse files
authored
Update point-to-site-vpn-client-cert-linux.md
removed old message referring to the P12 cert and password sine it has been replaced with the certificate key in PEM format.
1 parent 6be376a commit f944279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/vpn-gateway/point-to-site-vpn-client-cert-linux.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ This section walks you through the configuration using the strongSwan CLI.
154154
1. Add the secret values to **/etc/ipsec.secrets**.
155155

156156
The name of the PEM file must match what you have used earlier as your client key file.
157-
158-
This is an example command to run on a machine which hostname is "client" and certificate password is "password"
157+
159158
```cli
160159
: RSA ${USERNAME}Key.pem # Replace ${USERNAME}Key.pem with the key filename inside /etc/ipsec.d/private directory.
161160
```

0 commit comments

Comments
 (0)