Top "Csr" questions

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

Passing CSR distinguished-name fields as parameters to OpenSSL

How can you generate a CSR without requiring user input, such as to generate CSRs from within an application?

openssl csr
making CSR certificates in Windows (7)

Closely related to How to generate CSR when IIS is not installed. I also do not have this installed. I …

ios windows-7 ssl csr provisioning-profile
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 …

.net digital-certificate csr
Generating certificate signing request in Keychain Access: which private key is used?

I am wondering which private key Keychain Access in Mac OS X (Snow Leopard, now Lion) uses. Whenever I create …

macos ssl-certificate keychain csr
generate csr with secp384r1elliptic curve key and sha384 hash signature

I am using openssl commands to create a CSR with elliptic curve secp384r1 and hash signed with algorithm sha384: …

openssl csr
Got "data isn't an object ID (tag = 49)" while generating X509 cert

I'm trying to generate my own CSR for my keystore, but it didn't go well and that error is confusing …

java keystore csr
Reading a certificate signing request with C#

I want to read the contents of a CSR in C#. However, I haven't found any way to do it …

c# parsing csr x509
How to sign a client's CSR with openssl?

I am missing something basic and obvious about signing a client's CSR with openssl command. I have (simulated) two organizations, …

openssl csr
Access value, column index, and row_ptr data from scipy CSR sparse matrix

I have a large matrix that I would like to convert to sparse CSR format. When I do: import scipy …

python scipy sparse-matrix csr
Creating certificate with certreq tool where I have csr generated using openssl

I have created CSR using openssl and I want it to be signed by the Microsoft CA using command line …

certificate csr certreq