This repository was archived by the owner on Feb 17, 2022. It is now read-only.
1.1.0
This release fixes 2 issues:
- was unable to use keystore in formats other than JKS for signing. Fixed the problem so keystores are converted to the correct format before being used.
- the keystore manager algorithm was changed from
X509
toPKIX
as per Oracle recommendation.