File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services: azure-stack
5
5
keywords :
6
6
author : mattbriggs
7
7
ms.author : mabrigg
8
- ms.date : 09/26 /2018
8
+ ms.date : 11/02 /2018
9
9
ms.topic : article
10
10
ms.service : azure-stack
11
11
ms.reviewer : thoroet
@@ -65,7 +65,7 @@ The Azure Stack Readiness Checker Tool provides the ability to create a certific
65
65
```PowerShell
66
66
$pfxPassword = Read-Host -Prompt "Enter PFX Password" -AsSecureString
67
67
68
- Start-AzsReadinessChecker -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD -ExtensionHostFeature
68
+ Start-AzsReadinessChecker -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD
69
69
```
70
70
71
71
5. Place your certificate(s) in the appropriate directories.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ms.workload: na
12
12
pms.tgt_pltfrm : na
13
13
ms.devlang : na
14
14
ms.topic : article
15
- ms.date : 09/26 /2018
15
+ ms.date : 11/02 /2018
16
16
ms.author : mabrigg
17
17
ms.reviewer : ppacent
18
18
---
@@ -90,7 +90,7 @@ Use these steps to prepare and to validate the Azure Stack PKI certificates for
90
90
```PowerShell
91
91
$pfxPassword = Read-Host -Prompt "Enter PFX Password" -AsSecureString
92
92
93
- Invoke-AzsCertificateValidation -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD -extensionhostfeature
93
+ Invoke-AzsCertificateValidation -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD
94
94
```
95
95
96
96
4. Check the output and all certificates pass all tests. For example:
You can’t perform that action at this time.
0 commit comments