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

    • Apply HTTPS certificate in Nodegrid via WebUI

      Follow these steps to apply HTTPS certificate via WebUI Prerequisite: - Certificate signed by CA (.pem or .crt) Steps for version 6.0.x 1. Login as admin in WebUI and go to Security::Certificates 2. Click Upload Certificate to add the certificate 3. ...
    • 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 using OpenSSL

      For systems running Nodegrid OS v6.0.2 and newer, we recommend using the UI to install certificates: Apply HTTPS certificate in Nodegrid. For older Nodegrid OS versions, use openssl via the root shell to install certificates: Generate a Certificate ...
    • 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 ...