Questions tagged [csr]

A CSR (Certificate Signing Request) is a block of data containing information that will be included in your certificate such as your organization name, common name (domain name), locality, and country. It also contains the public key that will be included in your certificate. A private key is usually created at the same time that you create the CSR.

85 questions
1
vote
1 answer

Installing crt certificate without CSR on IIS6

I renewed an ssl certificate on GoDaddy recently. It didn't ask me to generate a new CSR. It just gave me a .crt file. How do I install this in IIS6. I already removed the expired certificate and installed the cer manually (plus the intermediate…
Kev
  • 249
  • 1
  • 10
1
vote
3 answers

Can I generate CSR for remoted server and what server I should use(thin,mongrel)?

I am moving my app into production and need help in generating CSR. I created a private key and followed these steps: Created private key Entered passphrase for it (openssl genrsa -des3 -out domainname.key 1024) Created CSR (openssl req -new -key…
Denys Medynskyi
  • 113
  • 1
  • 5
1
vote
1 answer

SSL cert for used by a trusted 3rd party on my subdomain

I own example.com, and I'd like to get an SSL cert. Normally I would simply buy a wildcard cert, so that I can add subdomains for future purposes. However, I need to let a trusted 3rd party operate a subdomain of my site: 3rdparty.example.com. Our…
mpoisot
  • 123
  • 4
1
vote
0 answers

On IIS6, can I install a certificate on a website with another CSR pending?

I have a GoDaddy exteneded EV certificate that I am trying to renew. It had completely expired before I realized it was up for renewal. In a haste, I generated a CSR to issue a new certificate from the web site where the original certificate was…
NightOwl888
  • 281
  • 3
  • 13
1
vote
1 answer

I get a Certificate Signing Request every 15 minutes (Kubernetes)

I get a Certificate Signing Request every 15 minutes ❯ kubectl get csr -A --sort-by=.metadata.creationTimestamp csr-r2dwb 3h kubernetes.io/kubelet-serving system:node:host-cluster-control-plane-2hhtt Pending csr-kcj2m…
guettli
  • 3,591
  • 17
  • 72
  • 123
1
vote
2 answers

How many times can I create CSR code?

I have a VPS(Virtual Private Server) that I want to launch my Angular + NodeJS website on it. I want to buy also SSL certificate for my domain address. In buying SSL process it asks for CSR code that seems I must create on my VPS. But what if I…
user3486308
  • 115
  • 6
1
vote
2 answers

What's the difference between in generating CSR file from OpenSSL and IIS?

I've been shown how to generate .csr files by using OpenSSL and have successfully created, converted and installed the signed certificates (.pfx files) onto some of our web servers with IIS 10. I've now been shown by someone else how to generate…
0
votes
1 answer

LibreSSL errors when attempting to copy extensions from CSR to x509 Cert

I'm trying to create an x509 certificate with a very specific set of x509v3 Extensions from a CSR (that already has these Extensions set). I have a CSR in PEM form (?). It looks like this: -----BEGIN CERTIFICATE…
0
votes
1 answer

Generating a CSR with next-generation Cryptographic Service Provider (CSP) using mmc

So...following the recommendations found here, my goal is to get a code-signing certificate which uses the "Microsoft Enhanced RSA and AES Cryptographic Provider" (type 24) CSP. Using Microsoft Management Console (mmc), and followingDigiCert's…
bavaza
  • 1
  • 1
  • 2
0
votes
0 answers

5 domain UCC SSL not working for the domain url with www

I have a AWS lightsail server in which I created 5 domains in it using Plesk web admin. I am having single IP for all the domains since the lightsail server only provides 1 IP for single server. I am using 5 domains UCC SAN SSL from godaddy for my 5…
IT researcher
  • 190
  • 2
  • 15
0
votes
1 answer

Allow Internal CA to sign CSR

So as it says, how am I supposed to allow Internal CA to sign CSR? This would be for scenarios where you cannot easily replace a private key for a client so the preferred process uses CSR's instead. Is it even possible?
Tyler Dee
  • 3
  • 1
0
votes
3 answers

Zevenet Load Balancer - SSL Certificate

I am really new to this so please be nice :) I am wondering if anyone has any experience with Zevenet Load Balancers. I have setup the community version (V4). I have 2 web servers with replicated content, I have a virtual IP setup in the system…
0
votes
2 answers

What is the significance of the 'Certificate name' field in AWS Load Balancer security?

I adding a CSR (generated by the PM) to a new AWS Load Balancer in. I have the key's etc, however I'm unsure the significance of the 'Certificate name' field in the page's settings. Is it arbitrary just for my reference in the AWS IAM Certificate…
BurningKrome
  • 525
  • 2
  • 12
  • 22
0
votes
1 answer

Lost my key file when I generated the csr

This is the first time for me dealing with ssl. I have created a csr file, but I lost the key file in this generation. The certificate was issued and I got all the crt files. Now I want to install it on my nodejs server, but i cant because I dont…
SexyMF
  • 209
  • 1
  • 2
  • 10
0
votes
3 answers

How to manually install a SSL .cer on an IIS 6 site without CSR?

Every CSR generated by my site gave an error when submitted so I made a new site and the CSR worked fine. Now I have the certificate. However I can't find a way to install it on my original site. I have the certificate but there is no pending…
MetaGuru
  • 896
  • 6
  • 22
  • 36