Questions tagged [csr]

In Public Key Infrastructure cryptography a CSR is a Certificate Signing Request

In Public Key Infrastructure cryptography a CSR is a Certificate Signing Request. A CSR is a request sent to a Certification Authority to receive a digital certificate based on the information contained within the CSR such as the identity of the web site or user applying for the certificate.

522 questions
-1
votes
1 answer

How to use java to generate csr from exist keystore

How to use java code to generate csr from exist keystore? The function affect would be as same as(but not genearate the file) keytool -certreq -alias certificate_alias -keystore jssecacerts -storepass changeit -file client.csr I just found out…
RoyHSIEH
  • 855
  • 1
  • 6
  • 8
-1
votes
1 answer

.KEY and .CSR files but no .CRT file

I'm working migrating a Java app to NodeJS, they are using SSL and they gave me some files related with this: www.domain.com.key www.domain.com.csr But I'm not an expert on this topic, and I'm trying to setting up the SSL certificate with Express…
calbertts
  • 1,513
  • 2
  • 15
  • 34
-1
votes
2 answers

How can i create a CSR (Certificate signing Request ) file in a Linux Ubuntu 13?

I'm trying to create a CSR file in an Ubuntu 13. How can I do it from the command line? I know how to do it from MAC OS in the KeyChain, but I actually don't have one. This is what I tried in MAC OS: Within the Keychain Access drop down menu, select…
rtrujillor
  • 1,162
  • 1
  • 12
  • 23
-1
votes
1 answer

What if I generate CSR with heartbleed-bug affected version?

I have updated openssl to remedy heartbleed-bug, but again if I generate CSR with affected openssl version and install it on fixed version, will this cause any issue?
NPC
  • 841
  • 2
  • 10
  • 18
-1
votes
2 answers

Are new SSL Certificates after patching Heartbleed?

We've upgraded our servers and regenerated any cpanel / dovecot / ssh keys. do our customers also need to regenerate a CSR and SSL certificates? I've not seen any information on this aspect of things. Thanks
TheBritishAreComing
  • 1,667
  • 2
  • 19
  • 38
-2
votes
2 answers

How to Decode a CSR in .net,php,cgi,etc

How to Decode a CSR in .net,php,cgi,etc wth a output like CN OU O L S C
user1183408
  • 1
  • 1
  • 1
-2
votes
1 answer

I am not able generate csr from aws acm

I have a domain which i bought on Godaddy, and i deployed the website on amazon ec2, now i am trying to add ssl certificate to my domain and i am not able to generate CSR from the amazon AWS ACM which i need to give as input csr in Godaddy site.…
Santhosh Reddy
  • 123
  • 1
  • 6
-2
votes
1 answer

Is trusted SSL communication between local machines on a network possible

My question is: Is it possible to have a computers on a network communicate with commercial SSL certificates ? I want to have computer A on my network host a website: A Springboot Webserver application I wrote. I have computer B on the same network…
Philip Nguyen
  • 871
  • 2
  • 10
  • 29
-2
votes
1 answer

generate csr with entry type: trustedCertEntry

I got two question regarding the Java keytool. Can I generate csr for trustedCertEntry? I also executed this command: keytool -certreq -alias mydomain -keystore keystore.jks -file mydomain.csr for a trustedCertEntry but I get error: keytool error:…
MC123
  • 1
  • 2
-2
votes
1 answer

how to re creation ios developer certification

I am a develper of ios app. then, I think that my developer csr is expired yesterday. any one please tell me about re-rectation of developer license of apple. thanks.
user2809312
  • 165
  • 2
  • 11
-3
votes
1 answer

How to decode CSR (PKCS #10) using Ruby

I have the file: -----BEGIN NEW CERTIFICATE…
-4
votes
1 answer

How to decode CSR string in python?

-----BEGIN CERTIFICATE…
1 2 3
34
35