About 26,300,000 results
Open links in new tab
  1. How to add custom certificate authority (CA) to nodejs

    Mar 26, 2015 · The main difference between NODE_EXTRA_CA_CERTS and the cafile config property is that the former adds a cert, whereas the cafile config property replaces the certs. For those that …

  2. linux - update-ca-certificates command not found despite ca ...

    Sep 6, 2022 · Not all Linux versions use update-ca-certificates -- I ran into a similar problem when trying to run update-ca-certificates on Fedora, and found that the equivalent command on Fedora is called …

  3. npm add root CA - Stack Overflow

    I am looking for a way to add a custom CA to NPM so I can download from a location using said certificate (an internal git-server) without having to nuke all CA-checking with npm config set strict...

  4. ssl - Python Requests - How to use system ca-certificates (debian ...

    I've installed a self-signed root ca cert into debian's /usr/share/ca-certificates/local and installed them with sudo dpkg-reconfigure ca-certificates. At this point true | gnutls-cli mysite.local is happy, and …

  5. How can I split a CA certificate bundle into separate files?

    However, I need to split this bundle of CA certs, because the OpenSSL documentation says: If CApath is not NULL, it points to a directory containing CA certificates in PEM format. The files each contain …

  6. How to add trusted root CA to Docker alpine - Stack Overflow

    Apr 23, 2021 · RUN update-ca-certificates RUN apk --no-cache add curl Edit: One solution I have in my mind is to use curl docker image with -k option and download .apk with those certificates and tools. …

  7. "unknown ca" with self-generated CA, certificates and client/server

    Nov 1, 2018 · The intent here is to create a self-signed CA, and then have that directly sign both the client and server keys. ca.key.pem will be stored in a secure place: on an encrypted veracrypt volume.

  8. https - difference between ca and cert - Stack Overflow

    Dec 28, 2019 · The ca is the issuer of the cert. So when I trust the ca but don't know your cert i can trust it as it is issued (signed) by a trusted source. I generate the pem via certbot, there are four file be …

  9. How do I add a CA root certificate inside a docker image?

    I am running an ASP.NET Core 1.1 Web API in a Docker 1.13.1 container on Ubuntu 14.04. When the code attempts to retrieve some data from an HTTPS server, I get this certificate authentication erro...

  10. What is CA certificate, and why do we need it? [closed]

    Oct 15, 2016 · A CA certificate is a digital certificate issued by a certificate authority (CA), so SSL clients (such as web browsers) can use it to verify the SSL certificates sign by this CA.