curl: (77) error setting certificate verify locations

I have a HTTPS-site that needs an intermediate-certificate to verify the servers SSL-certificate. If I put the intermediate-cert into /etc/ssl/certs (and make the hash-link) then openssl s_client - Git: client error, server certificate verification failed Jan 28, 2019 Add SSL / TLS Certificate or .PEM file to Kubernetes’ Pod Apr 19, 2019 Arch Linux - News: ca-certificates update The way local CA certificates are handled has changed. If you have added any locally trusted certificates: Move /usr/local/share/ca-certificates/*.crt to /etc/ca

Certificate Decoder - Decode certificates to view their

How do you add a certificate authority (CA) to Ubuntu update-ca-certificates is a program that updates the directory /etc/ssl/certs to hold SSL certificates and generates ca-certificates.crt, a concatenated single-file list of certificates. It reads the file /etc/ca-certificates.conf. Each line gives a pathname of a CA certificate under /usr/share/ca-certificates that should be trusted. CA certificate - Questions & Answers - GitLab Forum

Update & Add CA Certificates Bundle in RedHat & CentOS

linux - List all available ssl ca certificates - Unix To get the "subject" of every CA certificate in /etc/ssl/certs/ca-certificates.crt Beware that sometimes, you get that error when SSL servers forget to provide the intermediate certificates. Use openssl s_client -showcerts -connect the-git-server:443 to get the list of certificates being sent. How to install a new SSL certificate on Modern Platforms For version lower than 2.138.3.1, the following solution can be used: 1) Create a ConfigMap that holds cacerts and ca-certificates.crt 2) Mount the ConfigMaps to the Containers that require them - i.e. CJOC, Masters, agents - and set up the pod / containers to point tools to the location of the certificates bundle. curl - SSL CA Certificates