Installing Certification Authority On Mac System - Bogen NQ-S1810CT-G2 Configuration Manual

Hide thumbs Also See for NQ-S1810CT-G2:
Table of Contents

Advertisement

You can also download and install the Certification Authority using a PowerShell command prompt
or script, which involves fewer steps.
To download the certificate to a CRT file, execute the following PowerShell command, replacing
<device> with the IP address or DNS name of the Nyquist device:
Invoke-WebRequest -Uri http://<device>/ssl/bogenCA.crt -OutFile
$env:TEMP\bogenCA.crt
If you wish to validate the certificate before importing it, execute the following command after
retrieving the CRT file:
(New-Object -TypeName Security.Cryptography.X509Certificates.X509Certificate2 -Argu-
mentList "$env:temp\bogenCA.crt").GetCertHashString()
The output will be the hash value (i.e., thumbprint) of the downloaded certificate, which should
match the following (as of the current release):
0A8248F69D970F8DD855D0E0592972DA64B1A845
To install the certificate for the current user, execute the following command:
Import-Certificate -CertStoreLocation cert:\CurrentUser\Root -FilePath
$env:TEMP\bogenCA.crt
That command installs the CA certificate into the CurrentUser certificate store, which only applies to
the current user. To install the certificate for all users on this machine, which requires administrator
privileges to execute, execute the following command:
Import-Certificate -CertStoreLocation cert:\LocalMachine\Root -FilePath
$env:TEMP\bogenCA.crt
Note: These commands can also be executed remotely using PowerShell Remoting, which may be helpful if the certifi-
cate needs to be installed on many client machines.

Installing Certification Authority on Mac System

To download and install the Certification Authority on a Mac:
1
From your Chrome or Edge browser, type
where <device> is the Nyquist system device's IP address or DNS name (for example,
192.168.1.0/ssl/bogenCA.crt
2
Save the downloaded bogenCA.crt file to the desktop.
3
Double-click the certificate file on the desktop.
The Keychain Access App opens.
4
Double-click the certificate to reveal the trust settings.
5
Change the top trust setting to Always Trust.
6
Close the Trust Setting window and enter the computer administrative password to save.
7
Restart the browser and log in to the Nyquist web application.
http://<device>/ssl/bogenCA.crt
).
in the address bar,
http://
28

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nq-s1810wt-g2

Table of Contents