Enabling HTTP Over SSL
Generate Key Store
- Create a directory named ssl in the directory where the quickstart JAR file is located.
- In the command prompt, type the following command to create the credential and keystore:
keytool -genkeypair -keyalg RSA -validity 3650 -
alias
cqse -keystore [quickstart_dir]
/ssl/keystorename
.keystore -keypass key_password -storepass storepassword -dname
"CN=Host Name, OU=Group Name, O=Company Name,L=City Name, S=State, C=Country_ Code"
- The following example generates a private/public key pair with the following properties:
- alias: cqse
- keystore file: cqkeystore.keystore
- key password: password
- keystore password: password
No comments :
Post a Comment