Import the JKS keystore into the KSS keystore using the Keystore Service commands. Connect to the running server as described in"Accessing the MSAS WLST Commands", then execute the following commands: svc = getOpssService(name='KeyStoreService') svc.deleteKeyStoreEntry(appStripe='<msas-id>'...
keytool -export -alias certificatekey -keystore keystore.jks -rfc -file selfsignedcert.cer After executing the above command, you will be asked for the password, Give the same password “techbrainwave” and you will get the details as specified in the image below, Next we should import the...
docker@docker-virtual-machine:~/TLS$ ./(relativePath)/keytool -import -alias sw1 -file sw1-ndb-cert.pem -keystore tlsTrustStore -storetype jksEnter Export Password:cisco123Verifying – Enter Export Password:cisco123Enter a password at the prompt. Use the...
docker@docker-virtual-machine:~/TLS$ keytool -import -alias sw1 -file sw1-ndb-cert.pem -keystore tlsTrustStore -storetype jks Enter keystore password: cisco123 Re-enter new password: cisco123 Owner: EMAILADDRESS=myname@cisco...