About 223,000 results
Open links in new tab
  1. How can I generate a self-signed SSL certificate using OpenSSL?

    I'm adding HTTPS support to an embedded Linux device. I have tried to generate a self-signed certificate with these steps: openssl req -new > cert.csr openssl rsa -in privkey.pem -out …

  2. generate key and certificate using keytool - Stack Overflow

    I want to generate a self signed trusted certificate and a csr and sign the csr with trusted certificate created. I am trying it with keytool. In the first step of creating a trusted certificate us...

  3. add or create 'Subject Alternative Name' field to self-signed ...

    Apr 28, 2017 · These two examples create a self-signed SSL server certificate in the computer MY store with the subject alternative names www.fabrikam.com and www.contoso.com and …

  4. How to give a multiline certificate name (CN) for a certificate ...

    May 7, 2014 · I am generating a self-signed certificate using OpenSSL following the steps here Create PKCS#12 file with self-signed certificate via OpenSSL in Windows for my Android App. …

  5. How to force Visual Studio to re-create the SSL certificate for a …

    Dec 9, 2021 · 74 When a web project is created, Visual Studio automatically generates a SSL certificate and prompts you to install it. Everything works fine. That certificate has now expired …

  6. ssl certificate - How to add subject alternative name to ssl certs ...

    Apr 26, 2017 · javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names present Does anyone know how to specify "Subject alternative …

  7. OpenSSL Certificate (Version 3) with Subject Alternative Name

    I'm using the OpenSSL command line tool to generate a self signed certificate. It seems to be working correctly except for two issues. I can't get it to create a .cer with a Subject Alternative …

  8. Azure CosmosDb Emulator Error: Failed loading emulator secrets …

    Feb 16, 2022 · I installed Azure CosmosDb Emulator but it does not start and gives error: "Failed loading emulator secrets certificate. Error: 0x80092022" When I check my certificates, it also …

  9. Generating and trusting an SSL certificate in a Docker container

    Mar 17, 2025 · I've got an application I created that hosts a web server (https on port 8090) inside a Docker container. However, when I create a self-signed certificate and add it to the trusted …

  10. ssl - How can I create keystore from an existing certificate (abc.crt ...

    Dec 16, 2020 · I am trying to import a certificate and a key file into the keystore but I'm unable to do that. How can I create a keystore by importing both an existing certificate (abc.crt) and …