此内容没有您所选择的语言版本。
B.4. Extract a Self-signed Certificate from the Keystore
Procedure B.2. Extract a Self-signed Certificate from the Keystore
- Run thekeytool -export -alias ALIAS -keystore server.keystore -rfc -file public.certcommand:keytool -export -alias teiid -keystore server.keystore -rfc -file public.cert keytool -export -alias teiid -keystore server.keystore -rfc -file public.certCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- Enter the keystore password when prompted:Enter keystore password: <password> Enter keystore password: <password>Copy to Clipboard Copied! Toggle word wrap Toggle overflow 
Result
			This creates the public.cert file that contains a certificate signed with the private key in the server.keystore.