About 1,010,000 results
Open links in new tab
  1. debian - Best location to keep SSL certificates and private keys on ...

    Note: LetsEncrypt/Certbot uses the ".pem" extension for all SSL files (public, intermediate chains and private). But, you do not need to move (or protect) those files.

  2. ssl - What is .crt and .key files and how to generate them? - Server …

    113 crt and key files represent both parts of a certificate, key being the private key to the certificate and crt being the signed certificate. It's only one of the ways to generate certs, …

  3. SSL Certificate Location on UNIX/Linux - Server Fault

    Dec 19, 2019 · Is there any standard or convention for where SSL certificates and associated private keys should go on the UNIX/Linux filesystem?

  4. security - What Should be the Permissions of Apache SSL Directory ...

    The most important is to make sure the *.key files are only readable by root (SSL/TLS Strong Encryption: FAQ). My experience is that it could be realized also to other files of the …

  5. Where to find the file location of an SSL certificate? (Windows)

    Sep 29, 2020 · Upon further investigation, it looks like Nginx looks for the certificate files (typically a .pem and a .key) in a file location instead of in the Windows certificate store. Your nginx.conf …

  6. how to download the ssl certificate from a website?

    May 7, 2010 · I want to download the ssl certificate from, say https://www.google.com, using wget or any other commands. Any unix command line? wget or openssl?

  7. certificate - What is a Pem file and how does it differ from other ...

    Unlike .pem files, this container is fully encrypted. Openssl can turn this into a .pem file with both public and private keys: openssl pkcs12 -in file-to-convert.p12 -out converted-file.pem -nodes …

  8. Install godaddy ssl certificate on nginx, pem, bundle, crt

    Oct 16, 2021 · All your files are in PEM format. It seems you need to concatenate your cert and bundle as per answer below and use that for ssl_certificate. Use generated-private-key file for …

  9. concatenated PEM file: split private key and certificate chain

    May 25, 2021 · Assuming the input file your-file.pem contains only 1 private key and corresponding chain of certificates. Extract private key: openssl storeutl -keys your-file.pem > …

  10. nginx permission denied to certificate files for ssl configuration

    Explore related questions nginx ssl ssl-certificate See similar questions with these tags.