external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Return the JSON Manifest snippet for Azure Apps
Get-PnPAzureADManifestKeyCredentials -CertPath <String>
Creates the JSON snippet that is required for the manifest JSON file for Azure WebApplication / WebAPI apps
PS:> Get-PnPAzureADManifestKeyCredentials -CertPath .\mycert.cer
Output the JSON snippet which needs to be replaced in the application manifest file
PS:> Get-PnPAzureADManifestKeyCredentials -CertPath .\mycert.cer | Set-Clipboard
Output the JSON snippet which needs to be replaced in the application manifest file and copies it to the clipboard
Specifies the path to the certificate like .\mycert.cer
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: False
Outputs a JSON formatted string