Skip to content

Commit

Permalink
Merge pull request #318 from smallstep/carl/strongswan
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
tashian authored May 3, 2024
2 parents fb1aae9 + 6290d67 commit 98d8b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/vpn-setup-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To configure a strongSwan VPN server to work with Smallstep, there’s just a fe

5. Deploy the new Workload Collection.
6. Confirm that the Smallstep-managed certificate and private key for strongSwan appear on the VM, in `/etc/swanctl/x509/vpn.crt` and `/etc/swanctl/private/vpn.key`. These will be managed and renewed by the `step-agent` process.
7. The `vpn.crt` file is a PEM bundle containing the server certificate and the Workloads Intermediate CA certificate. **strongSwan will only read the first certificate in `vpn.crt`. So, the Intermediate CA certificate to be separately configured.**
7. The `vpn.crt` file is a PEM bundle containing the server certificate and the Workloads Intermediate CA certificate. **strongSwan will only read the first certificate in `vpn.crt`. So, the Intermediate CA certificate will need to be in a separate file.**

Run the following to separate the two certificates:

Expand Down Expand Up @@ -80,7 +80,7 @@ The next step is to configure strongSwan to use full EAP-TLS client authenticati
}
```

You can constraint the IKE `id` to match a subject name from the certificate, if you wish. See the [strongSwan documentation](https://docs.strongswan.org/docs/5.9/swanctl/swanctlConf.html#_connections_conn_remote) for details.
You can constrain the IKE `id` to match a subject name from the certificate, if you wish. See the [strongSwan documentation](https://docs.strongswan.org/docs/5.9/swanctl/swanctlConf.html#_connections_conn_remote) for details.

6. Restart strongSwan. You now have client EAP-TLS authentication for your VPN!

Expand Down

0 comments on commit 98d8b6f

Please sign in to comment.