Update Nodes-authentication.md

This commit is contained in:
Gustavo Iñiguez Goia 2023-07-31 14:08:38 +00:00 committed by GitHub
parent 7a42347621
commit 2e76447bea
Failed to generate hash of commit

View file

@ -54,6 +54,8 @@ You can also use the server public certificate to authenticate all nodes, by rep
}
```
Note: The address can be a unix socket, but you have to add a correct `subjectAltName` as explained in the next section, for example: `DNS:///run/user/1000/opensnitch/osui.sock`
## Generating TLS certificates
(the following instructions are taken from [this great post from Tech School](https://dev.to/techschoolguru/how-to-secure-grpc-connection-with-ssl-tls-in-go-4ph), slightly modified for simplicity)