e6133924b734c0f326754f42a6c933ef3093b55b
howto/openvpn.md
... | ... | @@ -187,6 +187,9 @@ Build the CA: `. vars`, `./build-ca`, then generate the server key: `./build-key |
187 | 187 | |
188 | 188 | Then, for each client, generate a private key and a certificate: ```./build-key myclient```. The Common Name is the only important information (it will be used to identify the client, for instance in the logs). |
189 | 189 | |
190 | +# See also |
|
191 | +* [Network settings](https://internal.dn42/howto/networksettings) |
|
192 | + |
|
190 | 193 | # External Links |
191 | 194 | * multicast: |
192 | 195 | * **OpenVPN** |