0
votes
0answers
25 views
need help generating CSR using my developer program
My professor has got a iphone standard developer program and has given me the credentials to login. I am unable to create a CSR following the steps in the program portal. The email …
0
votes
1answer
56 views
Obtaining CSR Format from a Given Symmetric Sparse Matrix
I am very new to the use of sparse matrices for solving simultaneous equations. I want to use them for solving problems in FEA.
Is there a FORTRAN routine, or a function in the In …
0
votes
3answers
256 views
OpenSSL and generating CSRs at client side
I need a favour from you. My infrastructure is IIS 6.0 and windows server 2003.
I need to investigate the use of OpenSSL and the construction of media that can be sent to end user …
0
votes
1answer
58 views
generating CSR for quickbook application registration process
We are integrating our web application with Quick book. We are using hosted model. We need to register our web application. However we are not able to do so as it ask for CSR key. …
2
votes
2answers
99 views
What do CAs (Certificate Authority) deliver from CSR ?
I need an SSL certificate for a web server. I can generate a self-signed SSL certificate with the following OpenSSL commands:
openssl req -newkey rsa:512 -x509 -days 365 -nodes -o …
0
votes
2answers
87 views
ICertRequest2::Submit CSR data Compatability ASCII to BSTR
Hello Experts,
I have my certrequest as a PEM base64 data. See data below.
1) My understanding is that this is an ASCII data type and not in
UNICODE format. Please clarify.
----- …
1
vote
1answer
80 views
CSR Generation: Tomcat or Apache?
While not entirely programming related. I recently purchased a SSL certificate, and during the configuration I need to generate as CSR.
I am running Tomcat behind Apache via mod_ …
0
votes
1answer
160 views
iPhone Developer Portal won’t accept my CSR
I am using the Development Provisioning Assistant in the iPhone Developer Portal, but when I get to the part where it asks me to generate and upload my CSR, I try to upload it and …
0
votes
1answer
283 views
PKCS#10 request for a object key pair from PKCS#11
Hello There
I have a RSA 1024 key pair generated using standard call from PKCS#11.
I need to generate a PKCS#10 CSR for the public key.
MS has the IEnroll4 dll which will allow …
0
votes
2answers
810 views
BouncyCastle RSAPrivateKey to MS.NET RSAPrivateKey C#
Hi,
I'm creating a certificate distribution system to keep track of clients and stuff.
What happens is:
Client send CSR to Server
Server checks and signs certificate
Server sen …
1
vote
2answers
981 views
What RSA key length should I use for my SSL certificates ?
I'm in the process of creating a CSR, and I wonder which is arguably the best length for my RSA key.
Of course, 384 is probably too weak, and 16384 is probably too slow.
Is there …
2
votes
2answers
383 views
How to decode a CSR File?
I ran accross a CSR file (Certificate Signing Request) and I need to extract some information from it.
There's a way to decode it using .NET Framework?
0
votes
0answers
238 views
Clientside CSR generation using openSSL
Hello All,
I am sending an openSSL script to the client along with my companies PublicKey.
The idea is, client has to run a batch file which it will run some openSSL commands in …
0
votes
2answers
115 views
Are CAs allowed to modify CSRs before signing?
Can anyone please tell me if Certifying Authorities (CAs) are allowed to make modifications to the Certificate Signing Request (CSR) before actually signing the certificate with th …
0
votes
1answer
511 views
When using keytool to generate a CSR file, does it have to be generated on the hosting server?
I was under the impression that I could run it on any machine, but a guy from our hosting company is saying that the csr has to be generated on the server hosting the site.
Can an …
