Home : OpenEdit SDK : Programming OpenEdit : SSL Certificate Setup
SSL Certificate Setup
#rm private.keystore
echo "First and Last name is demo.openedit.org"
#step 1 - generate new key
#keytool -genkey -keyalg RSA -alias demo -storepass qazwsxedc -keystore private.keystore
#step 0 This is a one time password change
#keytool -storepasswd -storepass qazwsxedc -new changeit -keystore private.keystore
#step 2 - Generate key
#keytool -certreq -alias demo -storepass qazwsxedc -keystore private.keystore
#step 3 send to GoDaddy
#step 5 - Make sure goDaddy is in the system. (One time, Optional)
#keytool -import -alias intermed -file sf_issuing.crt -keystore private.keystore -storepass qazwsxedc -trustcacerts
#step 5 Import demo crt
#keytool -import -alias demo -storepass qazwsxedc -keystore private.keystore -file demo.openedit.com.crt -trustcacerts
#step 6 - Verify
keytool -list -v -alias demo -storepass qazwsxedc -keystore private.keystore -trustcacerts
