Skip to content

Commit 66be4bd

Browse files
authored
Update app-only-auth-powershell-v2.md
1 parent 6d3a8ea commit 66be4bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,11 @@ Create a self-signed x.509 certificate using one of the following methods:
139139

140140
- (Recommended) Use the [New-SelfSignedCertificate](https://docs.microsoft.com/powershell/module/pkiclient/new-selfsignedcertificate) and [Export-PfxCertificate](https://docs.microsoft.com/powershell/module/pkiclient/export-pfxcertificate) cmdlets to request a self-signed certificate and export it to PFX.
141141

142-
- Use the [Create-SelfSignedCertificate script](https://github.com/SharePoint/PnP-Partner-Pack/blob/master/scripts/Create-SelfSignedCertificate.ps1):
142+
- Use the [Create-SelfSignedCertificate script](https://github.com/SharePoint/PnP-Partner-Pack/blob/master/scripts/Create-SelfSignedCertificate.ps1). Note that this script generates SHA1 certificates.
143143

144144
```powershell
145145
.\Create-SelfSignedCertificate.ps1 -CommonName "MyCompanyName" -StartDate 2020-04-01 -EndDate 2022-04-01
146146
```
147-
148-
> [!NOTE]
149-
> Note that this script generates SHA1 certificates.
150147

151148
## Step 4: Attach the certificate to the Azure AD application
152149

0 commit comments

Comments
 (0)