Closed oliverkurth closed 9 months ago
Adds authentication using the client's public key. Enabled by adding the -a option with a file containing the allowed public keys, one on each line. If the key is not found access is denied.
-a
Implemented following mainly the example from http://www.evilpaul.org/wp/2017/05/02/authentication-encryption-zeromq/ .
Adds authentication using the client's public key. Enabled by adding the
-a
option with a file containing the allowed public keys, one on each line. If the key is not found access is denied.Implemented following mainly the example from http://www.evilpaul.org/wp/2017/05/02/authentication-encryption-zeromq/ .