이 콘텐츠는 선택한 언어로 제공되지 않습니다.
9.4. Extract a Self-signed Certificate from the Keystore
Procedure 9.2. Extract a Self-signed Certificate from the Keystore
- Run the
keytool -export -alias ALIAS -keystore server.keystore -rfc -file public.cert
command:keytool -export -alias teiid -keystore server.keystore -rfc -file public.cert
keytool -export -alias teiid -keystore server.keystore -rfc -file public.cert
Copy 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
.