Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 808 Bytes

GetSPOAzureADManifestKeyCredentials.md

File metadata and controls

27 lines (22 loc) · 808 Bytes

#Get-SPOAzureADManifestKeyCredentials Topic automatically generated on: 2015-10-13

Creates the JSON snippet that is required for the manifest json file for Azure WebApplication / WebAPI apps ##Syntax

Get-SPOAzureADManifestKeyCredentials -CertPath <String>

##Parameters

Parameter Type Required Description
CertPath String True
##Examples

###Example 1

PS:> Get-SPOAzureADManifestKeyCredentials -CertPath .\mycert.cer

Output the JSON snippet which needs to be replaced in the application manifest file

###Example 2

PS:> Get-SPOAzureADManifestKeyCredentials -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