...
Code Block |
---|
keytool -keystore fixiccKeystore.key -genkey -alias fixicc |
Note | ||
---|---|---|
| ||
sslKeystoreKeyAlias is case-sensitive, but the Keytool saves upper case letters to the alias only when parameter -storetype CaseExactJKS is given while creating the KeyStore. |
The program will ask for certificate owner information and request to enter a password for the KeyStore.
fixiccKeystore.key - is a resulted KeyStore file.
...