Skip to content

Commit

Permalink
Updated tutorial with recent changes to Import-OciServerCertificate a…
Browse files Browse the repository at this point in the history
…nd Remove-OciServerCertificate
  • Loading branch information
ffeldhaus committed Feb 14, 2017
1 parent 923a2e3 commit de8a20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OnCommand-Insight-Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ If the login fails, it is often due to an untrusted certificate of the OCI Serve
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.

```powershell
Import-OciServerCertificate
Import-OciServerCertificate -Name $ServerName
```

You can also remove the certificate from the Trusted Root Certification Authorities with
```powershell
Remove-OciServerCertificate
Remove-OciServerCertificate -Name $ServerName
```

```powershell
Expand Down

0 comments on commit de8a20c

Please sign in to comment.