Standard Signing

AdminStudio 2025 | 29.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it configures standard signing of MSIX packages.

Standard Signing

Request Type

Description

API

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 

Method

POST

Parameters

List all parameters in the following format:

PackageId= Specify the PackageID of the package.
CertificateInfoType= Follow the -CertificateInfoType parameter with one of the following to identify the Signing type of the MSIX package:
Pfx
Store
Pfx signing= If the selected certificate info type is Pfx, enter the following:
FilePath= pfx file path.
Password= Valid Password.
TimeStampUrl= Valid Timestamp URL.
Store signing= If the selected certificate info type is Store, enter the following:
Subject= Subject of the certificate.
StoreType= Select either User or Machine.
StoreName= Enter the store name.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example:

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 

Response:

<Package signed successfully>