Apply HTTPS certificate in Nodegrid

Apply HTTPS certificate in Nodegrid

Follow the steps from this article to generate a certificate signed request

Then log in as admin to Nodegrid WebUI, and go to System :: Toolkit :: System Certificate.

Upload the certificate file in .pem or .crt extension by selecting Local Computer or Remote Server.


If applying via CLI, the only option is via remote server (Local Computer is not available).

Log in as admin via console or ssh, then type:

[admin@nodegrid  /]# cd /system/toolkit/
[admin@NewYork-DC toolkit]# system_certificate
[admin@nodegrid {toolkit}]# set from=remote_server 
[admin@nodegrid {toolkit}]# set url=<PROTOCOL>://<ServerAddress>/<Remote File>
[admin@nodegrid {toolkit}]# set username=<username>
[admin@nodegrid {toolkit}]# set password=<password>
[admin@nodegrid {toolkit}]# commit





    • Related Articles

    • I'm getting "unsupported media type" message when applying HTTPS certificate via WebUI.

      The format of the certificate file should be .pem or .crt. Try replacing the current extension to .pem or .crt. For more information on how to generate Signed Certificate and upload to Nodegrid, please refer to the KB articles: ...
    • Install a X.509 Certificate from a Certificate Signing Request

      Generate a Certificate Signing Request Log in Nodegrid as root: ssh root@<Nodegrid_IP> Change directory to /etc/CA: cd /etc/CA Create a RSA key: openssl genrsa -out key.pem.new 2048 Create a Certificate Signing Request: openssl req -new -sha256 -key ...
    • Nodegrid Manager Installation in ESXi 5

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...
    • Nodegrid Manager Installation in ESXi 6

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...
    • Nodegrid Serial Console: Pinouts, Cables and Connectors

      The tables below show the serial port pinout information of the NSC TxxR (Cisco Pinout) and NSC Txx (Legacy Pinout).  NSC TxxR - Cisco-like Pinout Pin Signal Name Input/Output 1 CTS IN 2 DCD IN 3 RxD IN 4 GND N/A 5 GND N/A 6 TxD OUT 7 DTR OUT 8 RTS ...