PowerShell Cmdlets / REST API Enhancements
The following new Cmdlets and REST APIs have been added:
POWERSHELL CMDLETS |
REST API |
DESCRIPTION |
Invoke-ASCustomSignPackage |
http://localhost:8086/Catalog/ASCustomSignPackage/?PackageId=19&Path=<ProgramFilesFolder\WindowsKits\10\bin)<WinSDKVer>x86\signtool.exe&Arguments=sign /fd SHA256/f*<ProgramFilesFolder>\testCA.pfx* /t http:/timestamp.digicert.com /p123 /v "[filename]" |
When you run this Cmdlets or API, it configures custom signing of MSIX packages. |
|
http://localhost:8086/Catalog/ASSignPackage/?PackageId=33&CertificateInfoType=PfxFile&FilePath=C:\Users\Administrator\Desktop\Custom_signing\Flexera.pfx&Password=123&TimeStampUrl=http://timestamp.sectigo.com |
When you run this API, it configures standard signing of MSIX packages. |