ivan1977

Header
Avatar
Иван Сергеев

ENDEAVOR - можешь не стараться 2

ENDEAVOR - можешь не стараться 2
2

Платформа: VKVideo

Длительность: 09:22

В этом видео я танцую бальные танцы.

1. Enter the following keytool command to import issued SSL certificate renewal on the original server keystore. Note that the following command is applicable for JDK 6 and JDK 7 only. keytool -import -alias -keystore -file For JDK 8 and above, use the following command: keytool -importcert -trustcacerts -alias -keystore -file 2. If successful, run the list command to verify there is a certificate chain in the keystore with the latest SSL certificate validity date period. keytool -list -v -keystore [enter keystore name] -storepass [enter keystore password] The assumption is the keystore is already configured with WebLogic Server as it was working before certificates. See the referenced documents for complete steps to configure. Note: Java Keytool is located under jdk/bin folder.