mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
BaseTools/GenerateCapsule.py: Fix --decode operation
Commit b68d566439683d0ebe60d52c85ff0e90331db740 added support for input subject name with signtool and broke --decode operation by using incorrect identifier in one place (could be an incomplete rename during review). It's `args.SignToolSubjectName`, not `args.SignSubjectName`. Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
This commit is contained in:
parent
5a4a7172bc
commit
8e7bd66dc1
@ -690,7 +690,7 @@ if __name__ == '__main__':
|
||||
args.HardwareInstance,
|
||||
args.UpdateImageIndex,
|
||||
args.SignToolPfxFile,
|
||||
args.SignSubjectName,
|
||||
args.SignToolSubjectName,
|
||||
args.OpenSslSignerPrivateCertFile,
|
||||
args.OpenSslOtherPublicCertFile,
|
||||
args.OpenSslTrustedPublicCertFile,
|
||||
|
Loading…
x
Reference in New Issue
Block a user