File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,14 @@ You need to assign the API permission `Exchange.ManageAsApp` so the application
137
137
138
138
Create a self-signed x.509 certificate using one of the following methods:
139
139
140
+ - Use the [ New-SelfSignedCertificate] ( https://docs.microsoft.com/powershell/module/pkiclient/new-selfsignedcertificate ) (recommended)
141
+
140
142
- Use the [ Create-SelfSignedCertificate script] ( https://github.com/SharePoint/PnP-Partner-Pack/blob/master/scripts/Create-SelfSignedCertificate.ps1 ) :
141
143
142
144
``` powershell
143
145
.\Create-SelfSignedCertificate.ps1 -CommonName "MyCompanyName" -StartDate 2020-04-01 -EndDate 2022-04-01
144
146
```
145
147
146
- - Use the ** makecert.exe** tool from the Windows SDK.
147
-
148
148
## Step 4: Attach the certificate to the Azure AD application
149
149
150
150
After you register the certificate with your application, you can use the public key (.pfx file) or the thumbprint for authentication.
You can’t perform that action at this time.
0 commit comments