File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -313,15 +313,15 @@ You have a helper method in the **OperationsModule** that can help you populate
313
313
Here's an example on how to populate the required parameters:
314
314
315
315
``` powershell
316
- $oidcCertChain = Get-CertChainInfo -endpoint 'https://adfs.azurestack.local'
317
- $ldapsCertChain = Get-CertChainInfo -endpoint 'https://dc01.azurestack.local'
316
+ $oidcCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://adfs.azurestack.local'
317
+ $ldapsCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://dc01.azurestack.local'
318
318
```
319
319
320
- Here's an example of the output from Get-CertChainInfo
320
+ Here's an example of the output from Get-CertificateChainFromEndpoint
321
321
322
322
``` powershell
323
323
# Returns: System.Security.Cryptography.X509Certificates.X509Certificate2[]
324
- >> Get-CertChainInfo
324
+ >> Get-CertificateChainFromEndpoint
325
325
>>
326
326
Thumbprint Subject
327
327
---------- -------
You can’t perform that action at this time.
0 commit comments