
Buy
Shop SSL Now

Renew
Renew SSL

Try
Free Trial SSL
Support Desk
Follow these instructions to generate a Private Key and CSR.
Tip: The 2048
in the command above is the key bit length. GeoTrust recommends a key bit length of 2048.
keytool -genkey -keysize 2048 -keyalg RSA -alias tomcat -sigalg SHA256withRSA -keystore mykeystore
What is your first
and last name?
At this prompt, you must specify the Common Name of your web site (see CSR legend), not your real first and last name.keytool
-certreq -alias tomcat -file yourdomain.csr -keystore mykeystore
This creates a CSR and stores it in a file named yourdomain.csr
.
-----BEGIN CERTIFICATE REQUEST-----
MIIB3zCCAUgCAQAwgZ4xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdHZW9yZ2lhMRAw
DgYDVQQHEwdBdGxhbnRhMREwDwYDVQQKEwhHZW9DZXJ0czEaMBgGA1UECxMRSW5l
cm5ldCBNYXJrZXRpbmcxGTAXBgNVBAMTEHd3dy5nZW9jZXJ0cy5jb20xITAfBgkq
hkiG9w0BCQEWEmFkbWluQGdlb2NlcnRzLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOB
jQAwgYkCgYEA5KOi+RnRzBuBQeFYjrwZg1sfT7zr4L8j0Khuoj621x+lGBmFC76c
kGclUIQBmuyp9T9NrNqAjGtEmgdFr6cWLJtgXgi+BaZDLX9BMYF49NuTggNoEUMX
crQRAENHb2YthG2SEcF5p98RNcDPzWOA3a4AMvgkxDlDGYUhbcQhnt0CAwEAAaAA
MA0GCSqGSIb3DQEBBAUAA4GBAIapt6Tw0BTYUwEAX0/oKvaaN/ghErR85jdW7xOD
b1hL0yNfb495A7e/IQyBEP5a/v+QUOtibHS4geiPhH9etAI+DSQmctjbf6dMGJql
gCXGwlsTbjPOSmNT+/X2Uvf1BlplwqAMDghEuFHsjshlypz1NEg94ri2K9N1VrBs
+iAv
-----END CERTIFICATE REQUEST-----
Learn more about Obtaining Private Keys, Digital Certificates, and Trusted Certificate Authorities for Weblogic 10
Learn more about Storing Private Keys, Digital Certificates, and Trusted Certificate Authorities for Weblogic 10
Please contact our support team if you have any additional problems or questions.