Skip to content

Commit de8a20c

Browse files
committed
Updated tutorial with recent changes to Import-OciServerCertificate and Remove-OciServerCertificate
1 parent 923a2e3 commit de8a20c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OnCommand-Insight-Tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ If the login fails, it is often due to an untrusted certificate of the OCI Serve
4343
Additionally, you can now import the OCI Server certificate into the Trusted Root Certification Authorities. This allows connections to be trusted via PowerShell and Browsers such as Internet Explorer.
4444

4545
```powershell
46-
Import-OciServerCertificate
46+
Import-OciServerCertificate -Name $ServerName
4747
```
4848

4949
You can also remove the certificate from the Trusted Root Certification Authorities with
5050
```powershell
51-
Remove-OciServerCertificate
51+
Remove-OciServerCertificate -Name $ServerName
5252
```
5353

5454
```powershell

0 commit comments

Comments
 (0)