ESGF / esgf-installer

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

CA check in --install-keypair fails #407

Closed sashakames closed 6 years ago

sashakames commented 6 years ago

[root@esgf-dev1 bin]# openssl verify -verbose -purpose sslserver -CAfile /tmp/cachain.pem /tmp/cert.cer.txt /tmp/cert.cer.txt: OK

However, when I try to run --install-keypair, it consistently fails. This never happened before.

certfile> /tmp/cachain.pem certfile> Incomplete or incorrect chain. Try again Please enter your Certificate Athority's certificate chain file(s) [enter each cert file/url press return, press return with blank entry when done]

When I hack esg-node - and remove the check and "break" to continue - I can install the keypair

sashakames commented 6 years ago

a4d76c8 should fix

sashakames commented 6 years ago

to be resolved by https://github.com/ESGF/esgf-installer/pull/408