limal-ca-mgm Documentation
The LiMaL CA Management library provides two main functionalities.
-
Manage a Certificate Authority in side a repository.
This functionality is provides by the CA Class.
You are able to:
-
create/import a new root or sub CAs
-
create/delete Certificate Requests
-
sign Certificate Requests
-
revoke Certificates
-
create Certificate Revocation Lists (CRLs)
-
import Requests
-
export Certificates, Requests and CRLs
-
... etc.
-
Local management functionality.
This is provided by the Class LocalManagent.
You are able to import a Certificate in PKCS12 format into your system. Additionaly you are able to parse Certificates, Requests and CRLs.
There are some programming examples at the example page.