This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Releases: Venafi/vcert-java
Releases · Venafi/vcert-java
Improved usability and efficiency
- Fix for #12: More helpful VCertException error messages
- Refactored logic for obtaining Venafi Cloud policy to align with VCert-Go/Python
9c45ed091d06a70acd0917872cfba0f29eb3f6de vcert-java_v0.2.1+469.jar
Support for Token Authentication with Trust Protection Platform
05ca3156529fe0cb8a9f8c629a80edc480d78e60 vcert-java_v0.2.0+393.jar
Address issues reported by Dependabot
b548bfcf3e038e44e65267ca35493acbe1c2dd77 vcert-java_v0.1.4+332.jar
(Re-Release) Proper support for suggested/recommended settings
62ea79e44500dc9fc31be36a618e83f88394635c vcert-java_v0.1.3+295.jar
Restoring support for Venafi Cloud
Updates to support current Venafi Cloud API (#6) * Updates: - The latest Cloud API is used. Cloud zone can be specified as ID or name (e.g. ProjectName\ProjectZone). - Support for proxy with or without authentication. - Vendor name and version can be sent Venafi Trust Protection Platform. * Code review comment applied: - Use "APIKEY" environment variable instead of "TOKEN" when Venafi Cloud is used. * Setting Feign to version 10.4.0 (previously 10.5.0) to support Java 8. * Include all tests * Code review comments applied: - Fix the broken backward compatibility (requestCertificate() method) - Cleanup of the examples * Rename productNameAndVersion to appInfo (consistent with GO implementation). Add "Venafi VCert-Java" as a default value of Origin (if not provided by appInfo). Co-authored-by: Atanas Chuchev <atanas.chuchev@venafi.com> Co-authored-by: Stanimir Komitov <stanimir.komitov@venafi.com>
Initial Release
Support for enrolling certificates from Venafi Trust Protection Platform