mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
8 lines
233 B
Batchfile
8 lines
233 B
Batchfile
@echo off
|
|
if "%1"=="" goto 1
|
|
openssl dgst -sha256 -binary -keyform DER -sign private_key.der -out csm_sign.dat %1
|
|
goto end
|
|
:1
|
|
openssl dgst -sha256 -binary -keyform DER -sign private_key.der -out csm_sign.dat csm_list.txt
|
|
:end
|