6 lines
315 B
Batchfile
6 lines
315 B
Batchfile
D:\lucee\jre\bin\keytool.exe -importkeystore ^
|
|
-deststorepass changeit -destkeypass changeit -destkeystore temp.keystore ^
|
|
-srckeystore office02.ad.nubes.ru.pfx -srcstoretype PKCS12 -srcstorepass ZbUswE9T
|
|
pause
|
|
D:\lucee\jre\bin\keytool.exe -list -keystore temp.keystore -storepass changeit -v
|
|
pause |