How to generate a Certificate Signing Request (CSR) via Java Keystore
A CSR is encoded text that contains information about the certificate requester. This information includes, but is not limited to,...
After purchasing, the next step in the code signing certificate process is to generate your order and submit a Certificate Signing Request (CSR) to the issuing Certificate Authority (CA). A CSR is simply encoded text that is created on your computer and contains information about the certificate requester. You can also simply generate a CSR within your web browser. The below articles contain step-by-step instructions on how to generate a CSR on the most common programs.