Collections:
Other Resources:
Generate CSR for My Key Pair with Portecle
How to generate a CSR (Certificate Signing Request) file for my key pair with Portecle? I want my public key to be signed by a trusted CA.
✍: FYIcenter.com
If you want to generate CSR (Certificate Signing Request) file
for you key pair in a keystore with Portecle,
you can follow these steps:
1. Run Portecle and open the keystore file "FYIcenter.jks".
2. Right mouse click on "4096-rsa-key-pair" and select "Generate Certification Request".
3. Enter "FYIcenter" as the key pair password and click OK. You see "Generate CSR" save file box showing up.
4. Enter "FYIcenter.csr" as the file name and click "Generate". You have a CSR file generated for your public key and ready to send to any CA (Certificate Authority) for signing.
2015-10-12, ∼7102🔥, 0💬
Popular Posts:
What are CRL (Certificate Revocation List) and OCSP (Online Certificate Status Protocol)? I want to ...
How to create a new system certificate store using the "makecert.exe" command? Yes, "makecert.exe" c...
Certificate Summary: Subject: passport.baidu.com Issuer: VeriSign Class 3 International Server CA - ...
What commands are supported in OpenSSL? Here is a complete list of commands supported in OpenSSL: ST...
How to add a trusted CA (Certificate Authority) certificate into Java default keystore on Windows? M...