Generating a Certificate Signing Request (CSR) using Java Based Web Servers
First create Keystore with Keytool. Use commend:
keytool -genkey -keyalg RSA -keysize 2048 -keystore domain.keystore
Enter keystore password: (remember it for later use).
The following questions will be asked:
You will then be asked if the information is correct:
Is CN=www.yourdomain.com, OU=Your Organizational Unit, O=Your Organization, L=Your City, ST=Your State, C=Your Country correct?
When you answer 'y' or 'yes' the password is then requested: Enter key password for <mykey>. Make a note of this password. <mykey> is the default alias for the certificate.
Now you can create CSR with Keytool:
keytool -certreq -keyalg RSA -file domain.csr -keystore domain.keystore
You will be prompted to enter the keystore password - if the password is correct then the CSR is created.
cyber_Folks S.A. – Cookie settings
Do you like good cookies? We too! Some cookies are required for the website to function properly. Also accept additional cookies related to service performance, social networking and marketing. Cookies are also used to personalize ads. Thanks to them, you will get the best experience of our website, which we are constantly improving. The consent granted voluntarily may be withdrawn or modified at any time. More information about the cookies used can be found in our privacy policy. If you prefer to specify your preferences precisely - see the types of cookies below.