About 50 results
Open links in new tab
  1. 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 …

  2. java - How to extract CA Certificate from .pfx file and add it to a ...

    Nov 13, 2023 · How to extract CA Certificate from .pfx file and add it to a trust store file Ask Question Asked 2 years, 3 months ago Modified 2 years, 3 months ago

  3. 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.

  4. Add TLS Certificate in openshift container’s trusted CA root ...

    Jun 28, 2024 · Add TLS Certificate in openshift container’s trusted CA root certificate store Ask Question Asked 1 year, 8 months ago Modified 1 year, 8 months ago

  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. ca - How to add Certificate Authority file in CentOS 7 - Stack Overflow

    May 5, 2016 · run update-ca-trust extract QUICK HELP 2: If your certificate is in the extended BEGIN TRUSTED file format (which may contain distrust/blacklist trust flags, or trust flags for usages other …

  7. 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. …

  8. How can I generate a self-signed SSL certificate using OpenSSL?

    Create your own authority (i.e., become a CA) Create a certificate signing request (CSR) for the server Sign the server's CSR with your CA key Install the server certificate on the server Install the CA …

  9. 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 …

  10. openssl - How to create a self-signed (or signed by own CA) SSL ...

    Mar 10, 2021 · How to create self-signed (or signed by own CA) SSL certificate that can be trusted by Chrome (after adding CA certificate to local machine). Certificate must be valid for local network IPs, …