Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit is a complete rebuild of pkictl. Before everything was all
over the place and adding new commands was kind of a hassle.
Now each command has its own file and can be adjusted on a command
basis. Options are still used by the same name, but can now use
different descriptions.
|
|
|
|
This commit changes to API a bit. The following renames were done:
* csr-path => csr
* ca => is-ca
The following option was added
* ca
With that option it is now possible to add a certificate to sign the
newly created certificate.
|
|
With this option added, it is now possible to add crl urls to the
certificates.
|
|
This moves the complicated certificate flag handling into its own file
to make it a bit easier to handle.
|