Skip to content

Commit 5799cbc

Browse files
authored
Merge pull request #189518 from jaidharosenblatt/p2s-tut
Remove Connect-AzAccount from cert generation
2 parents b3dd112 + bf1ea08 commit 5799cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/vpn-gateway-generate-export-certificates-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the New-SelfSignedCertificate cmdlet to create a self-signed root certificat
1919
1. From a computer running Windows 10 or Windows Server 2016, open a Windows PowerShell console with elevated privileges. These examples do not work in the Azure Cloud Shell "Try It". You must run these examples locally.
2020
1. Use the following example to create the self-signed root certificate. The following example creates a self-signed root certificate named 'P2SRootCert' that is automatically installed in 'Certificates-Current User\Personal\Certificates'. You can view the certificate by opening *certmgr.msc*, or *Manage User Certificates*.
2121

22-
Sign in using the `Connect-AzAccount` cmdlet. Then, run the following example with any necessary modifications.
22+
Run the following example with any necessary modifications.
2323

2424
```powershell
2525
$cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature `

0 commit comments

Comments
 (0)