About 50 results
Open links in new tab
  1. ssl - How do you sign a Certificate Signing Request with your ...

    Jan 23, 2014 · During my search, I found several ways of signing a SSL Certificate Signing Request: Using the x509 module: openssl x509 -req -days 360 -in server.csr -CA ca.crt -CAkey ca.key …

  2. ssl - certificate signing request: Does it contain public key or ...

    Jul 30, 2020 · The end product (the signed certificate by CA): Does it contain server's private key or public key? I understand that the end product should contain the public key of the server requesting …

  3. How to obtain Certificate Signing Request - Stack Overflow

    Aug 26, 2012 · Generate Certificate Signing Request (CSR) on Mac Certificate Signing Request (CSR) (.crs, .certSigningRequest) - a block of encoded text which is forwarded to a Certificate Authority …

  4. Generate and Sign Certificate Request using pure .net Framework

    Jan 11, 2018 · So, how can I create a certificate request and fulfill that request to create a new X509 certificate using only pure .net classes from System.Security.Cryptography?

  5. kubernetes - How to create a "CertificateSigningRequest" with ...

    Mar 1, 2021 · I have a wehook running in my cluster. I created a certificate and signed it successfully. certificate configuration: cat > csr.conf <<EOF [req] req_extensions = v3_req …

  6. kubectl trying to create CertificateSigningRequest error :Error from ...

    Jan 22, 2021 · $ kubectl apply -f sr.yaml certificatesigningrequest.certificates.k8s.io/vit created request is the base64 encoded value of the CSR file content. You can get the content using this command: cat …

  7. c# - Creating a Certificate Signing Request - Stack Overflow

    Feb 17, 2014 · A CSR (Certificate Signing request) is a request, typically sent to a certificate authority, for the generation of a digital certificate. The CSR contains information that will be included in your …

  8. Subject Alternative Name not present in certificate [closed]

    Jun 22, 2015 · The repo's README contains a section, where the steps to self-sign / self-issue the certificate signing request (csr) is shown: openssl x509 -req -days 3650 -in alice.csr -signkey …

  9. Extract requested validity period from a Certificate Signing Request ...

    1 Though you request for a certain validity period for your certificate, while generating the CSR, its uncertain to expect that validity to be acceptable by CA. Most CA's would prefer a predefined validity …

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

    @Marc The Certificate Signing Request is needed first. Its name tells you what it is: it's a request to have a new certificate signed by the Certificate Authority (CA).