Skip to content

Commit be36c8e

Browse files
Merge pull request #18605 from haraldfianbakken/release-local-disconnectednew
Fixed signature updated in powershell module
2 parents e0e807e + 659dc2f commit be36c8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-local/manage/disconnected-operations-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ Populate the required parameters based on your deployment planning. Modify the e
289289
1. Populate the identity configuration object.
290290
291291
```powershell
292-
$oidcCertChain = Get-CertChainInfo -endpoint 'https://adfs.azurestack.local'
293-
$ldapsCertChain = Get-CertChainInfo -endpoint 'https://dc01.azurestack.local'
292+
$oidcCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://adfs.azurestack.local'
293+
$ldapsCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://dc01.azurestack.local'
294294
295295
$identityParams = @{
296296
Authority = "https://adfs.azurestack.local/adfs"

azure-local/manage/disconnected-operations-pki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ _continue_ = "DNS=$subject"
294294
You need the root certificate public key for deployment. The following example shows how to export your root certificate public key:
295295

296296
```azurecli
297-
certutil -ca.cert applianceRootCA.cer
297+
certutil -ca.cert applianceRoot.cer
298298
```
299299

300300
For more information, see [Active Directory Certificate Services](/troubleshoot/windows-server/certificates-and-public-key-infrastructure-pki/export-root-certification-authority-certificate).

0 commit comments

Comments
 (0)