ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Truststore insert #664

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

Although the existing truststore insert functionality was not broken, it was slow and outputted potentially misleading information. It would have Java exceptions saying each alias did not exist. While this was a result of an attempted deletion, it still appeared there was a problem. These changes use the pyjks module, as well as the OpenSSL module, to insert certificates into the truststore.

nathanlcarlson commented 5 years ago

Ready for review