How to Install certmaster in Ubuntu 18.04



Install certmaster by entering the following commands in the terminal:

sudo apt update
sudo apt install certmaster

Description:

Remote certificate distribution framework

Certmaster is an easy mechanism for distributing SSL certificates. . * Certmaster is a set of tools and a library for easily distributing SSL certificates to applications that need them. * Any application can use certmaster for easy exchange of SSL certificates. * Certmaster has a Python API, and it also has a set of command-line tools * `certmaster' is a daemon that hands out certificates. * `certmaster-ca' is used to list and sign certificates when the arrive. * `certmaster-request' handles certificate requests. * Autosigning of new certificate-requests is also supported, but is disabled by default. * Configuration takes place via minimal text files. * Certmaster has extensive audit logs of certificate operations. * Certmaster originated in the Func project.

Homepage: https://fedorahosted.org/certmaster/

Version: 0.25-1.1

Section: universe/python