ESGF / esgf-installer

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

Extracting cert from Java keystore failing #586

Closed William-Hill closed 5 years ago

William-Hill commented 5 years ago

The command for extracting a cert from the Java keystore is failing because of a typo that didn't list the keystore name. It was failing silently in a subprocess but now being caught with the use of plumbum

William-Hill commented 5 years ago

Resolved by #595