I am having with an App that is not serving the intermediate certificate to the clients.
As a workaround I wanted to add the intermediate certificate (Let's Encrypt X3) to the ca-certificates and followed the steps described over here: How do I install a root certificate?
Unfortunately, I am getting this error:
syntax error at /usr/local/bin/c_rehash line 15, near “= ;”
syntax error at /usr/local/bin/c_rehash line 16, near “= ;”
Execution of /usr/local/bin/c_rehash aborted due to compilation errors.
What am I doing wrong?