mirror of https://github.com/pbatard/rufus.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
240 B
7 lines
240 B
:retry
|
|
@set password=
|
|
@set /p password=Please enter PFX password:
|
|
@E:\WinDDK\7600.16385.0\bin\amd64\signtool sign /v /f D:\Secured\akeo\pbatard.p12 /p %password% /t http://time.certum.pl %1
|
|
@if ERRORLEVEL 1 goto retry
|
|
@set password=
|
|
@exit
|