riaps.utils.gencert module

Script to generate a public/private key pair and a self-signed certificate for securing riaps communications. THE KEY ANND CERTIFICATE MUST NEVER BE USED IN FIELDED SYSTEMS. Keys and the certificate must be installed in the $RIAPSHOME/keys directory. Private key is NOT ENCRYPTED.

@author: riaps

riaps.utils.gencert.generate_keys(cert_dir)[source]
riaps.utils.gencert.generate_self_signed_cert(cert_dir, key)[source]
riaps.utils.gencert.generate_zmq_cert(cert_dir)[source]
riaps.utils.gencert.main()[source]