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
[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