ESGF / esgf-installer

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

Move install_keypair() call for installing signed certs to end of installation #588

Closed William-Hill closed 5 years ago

William-Hill commented 5 years ago

install_keypair() is a post-installation step in 2.x. In 3.0, it is currently being called during the tomcat setup.

It should be moved to the system_launch phase of the installer.

Also, there's an intermediate cert that is needed to be added to the cachain

William-Hill commented 5 years ago

Resolved by #595