Configuring a Certificate Authority - NCOS-Certificate-Management/Configuring-a-Certificate-Authority

Certificate Management with an Ericsson Cradlepoint Device

ft:locale
en-US
ft:sourceName
Paligo_Prod
Document Type
Article

Configuring a certificate authority (CA) in NCOS is helpful for confirming certificate functionality in a test or lab environment. However, in a production environment, leveraging a dedicated organizational CA is highly recommended.

  1. Log into NetCloud Manager.

  2. Select Devices in the left-side navigation panel.

  3. Select a router from the Routers page. Alternatively, to make configuration changes to a group, navigate to the Groups page and select a group.

  4. Select Configuration and then Edit.

  5. Navigate to SECURITY > Certificate Management > Local Certificates.

    The Local Certificates page displays.

  6. Create the CA certificate:

    1. Select Add.

    2. In the General Description section, enter a name for the CA certificate in the Name field.

    3. In the Issuer section, select Set as CA certificate.

    4. In the Subject section, enter values into the Country Code and State or Province Name fields. These fields are required.

    5. (Optional) Enter values in the Local Name, Organization Name, Org. Unit, and Email Address fields. It is acceptable to leave any of these four fields blank.

    6. In the Common Name field, enter a name that is unique among all of the device’s OpenVPN certificates.

      cacertificate.png
    7. In the Validity section, enter the number of days that the CA certificate will be valid for in the Days field.

    8. In the Public Key Algorithm section, select the Type, Digest, and Bits that will be used for the certificate. These settings must match on all three OpenVPN certificates.

    9. Select Save to save the CA certificate, and then select OK.

  7. Create the Server certificate:

    1. Select Add.

    2. In the General Description section, enter a name for the Server certificate into the Name field.

    3. In the Issuer section, select CA Certificate from the Sign with drop-down menu.

    4. For the Certificate Name, select the CA certificate that you created in earlier steps.

    5. In the Subject section, enter values into the Country Code and State or Province Name fields. These fields are required.

    6. (Optional) Enter values into the Local Name, Organization Name, Org. Unit, and Email Address fields. It is acceptable to leave any of these four fields blank.

    7. In the Common Name field, enter a name that is unique among all of the device's OpenVPN certificates. This must be a different Common Name than was used for Step 6.

      servercertificate.png
    8. In the Validity section under Days, enter the number of days that the Server certificate will be valid for. This value should be equal or lesser than the value used for the CA certificate in Step 6.

    9. In the Public Key Algorithm section, select the Type, Digest, and Bits that will be used for the certificate. These settings must match on all three OpenVPN certificates.

    10. Select Save to save the Server certificate, and then select OK.

  8. Create the Client certificate:

    1. Select Add.

    2. In the General Description section, enter a name for the Client certificate into the Name field.

    3. In the Issuer section, select CA Certificate from the Sign with drop-down menu.

    4. For the Certificate Name, select the CA certificate that you created in earlier steps.

    5. In the Subject section, enter values into the Country Code and State or Province Name fields. These fields are required.

    6. (Optional) Enter values into the Local Name, Organization Name, Org. Unit, and Email Address fields. It is acceptable to leave any of these four fields blank.

    7. In the Common Name field, enter a name that is unique among all of the device's OpenVPN certificates. This must be a different Common Name than was used for Step 6 and Step 7.

      clientcertificate.png
    8. In the Validity section under Days, enter the number of days that the Server certificate will be valid for. This value should be equal or lesser than the value used for the CA certificate in Step 7.

    9. In the Public Key Algorithm section, select the Type, Digest, and Bits that will be used for the certificate. These settings will need to match on all three OpenVPN certificates.

    10. Select Save to save the Client certificate, and then select OK,

      All three created certificates should now be listed. You can begin configuring the OpenVPN server.