Releases: pki-io/admin
Releases · pki-io/admin
0.4.2-development
Fixes two bugs
- key-type not set for signed CSRs
- Subject Key ID removed as certs break on Windows
0.4.0-development
Refactored "controllers" out of admin
0.3.1-development
CSR signing fix
0.3.0-development
halfway through refactor towards server agent support
- new CLI
- CSRs can keep their subject
0.1.3-release1
Bug fix
Bug fixes, key type selection and X.509 KeyUsage update
Merge pull request #127 from pki-io/cert-keytype-dev ability to select keytype
CSR subject and ca update bug fixes
Two bug fixes:
- CSRs created didn't have the subject set. Subjects aren't required for nodes so this was the original behaviour, but doesn't apply when an admin creates CSRs
- ca update didn't correctly parse the --cert and --key option which resulted in it not actually updating those files
0.2.0-development
Slowly moving towards release 2, this release introduces CA, certificate and CSR importing and other management.
Some better error messages
0.1.2-release1 better error messages
0.1.1-release1
Fixes pki-io/core#83 and pki-io/core#81