Installation¶
It aims to simplify the management of the Digital Certificates Lifecycle such as creation,renewal and revocation of keypairs (csr, private and private keys), signing of csr files created in external systems as well as generating csr by your own private CA. It also includes tools to generate of PFX/P12 archive, keymatch, expiry notifications, converter, decode and more...
Git recommended¶
Certificate Authority Management Console can be downloaded with git
:
Clone repository:
Modify .env database parameters:
Example database parameters:DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ca-mgmt-console
DB_USERNAME=<username>
DB_PASSWORD=<password>
VM image¶
Docker image¶
To be completed.