open command line and locate to the location of  keytool.exe.

import cert to keystore command:

keytool -importkeystore -srckeystore %certfileName% -srcstoretype PKCS12 -srcstorepass %CertFilePassword% -keystore %Thekeystore file that the cert will import to% -storepass %Thepassword will be used to read from keystore file.% -srcalias 1 -destalias %TheAliasNameUsedInKeystore file%

sample:
C:\Program Files\Java\jre1.8.0_91\bin>keytool.exe -importkeystore -srckeystore C:\MediaFirst\GetToken\tv3certossPerfA.pfx -srcstoretype PKCS12 -srcstorepass password -keystore C:\MediaFirst\Toos\JMRunner\Configs\MediaFirstApiTest.keystore -storepass password -srcalias 1 -destalias MediaFirstScale

相关文章:

  • 2021-06-21
  • 2021-07-14
  • 2021-06-08
  • 2021-12-04
  • 2021-06-14
  • 2021-04-01
  • 2021-11-15
  • 2021-06-17
猜你喜欢
  • 2021-08-09
  • 2022-02-27
  • 2021-12-24
  • 2021-09-12
  • 2021-09-03
  • 2021-12-10
  • 2021-09-06
相关资源
相似解决方案