Skip to content

Commit 6d20c6c

Browse files
committed
Small update to README
1 parent e703a1a commit 6d20c6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ Show help for Cmdlet to connect to StorageGRID Management Server
7676
Get-Help Connect-SgwServer -Detailed
7777
```
7878

79-
Connect to StorageGRID Management Server (use the `-Insecure` switch to skip checking the certificate of the server)
79+
Connect to StorageGRID Management Server (use the `-SkipCertificateCheck` switch to skip checking the certificate of the server)
8080

8181
```powershell
8282
$Credential = Get-Credential
83-
$Server = "nms.mydomain.tld"
84-
Connect-SgwServer -Name $Server -Credential $Credential -Insecure
83+
$Name = "admin-node.example.org"
84+
Connect-SgwServer -Name $Name -Credential $Credential -SkipCertificateCheck
8585
```
8686

8787
List all StorageGRID-Webscale Accounts

0 commit comments

Comments
 (0)