If there is an issue with the SSL termination module like it does not find the right certification,
All you need is to regenerate the certs. Just simply run the following commands one by one :
You can copy the commands from the video
rm -f /opt/bitninja-ssl-termination/etc/haproxy/certs/*
rm -f /opt/bitninja-ssl-termination/etc/haproxy/cert-list.lst
rm -f /opt/bitninja-ssl-termination/etc/haproxy/haproxy.cfg
bitninjacli --module=SslTerminating --regenerate
bitninjacli --module=SslTerminating --reload
How long does it take for BitNinja to detect SSL certs?
It usually takes 8-10 minutes to detect a newly installed SSL certificate. You can recollect the certs as shown above or you can restart BitNinja with
It usually takes 8-10 minutes to detect a newly installed SSL certificate. You can recollect the certs as shown above or you can restart BitNinja with
service bitninja restart