This example shows you how to create a self-signed certificate.
Important! Regarding a self-signed certificate, trusting the issuer is problematic. In a production environment, use a certificate issued by a trusted Certificate Authority.
Follow these steps:
keytool -genkey -alias name -keyalg RSA -keystore server.keystore
Defines the alias to use for adding an entry to the keystore.
Specifies the algorithm to use to generate the key pair.
The keytool utility starts.
gm_directory\eurekify-jboss\server\eurekify\conf
A server.keystore file is created and positioned in the specified folder.
| Copyright © 2012 CA. All rights reserved. |
|