Searching...

Matching results

    Upload Certificate

    A system certificate is used in three different instances:

    1. httpd server
    2. MSCI keystore
    3. openvpn tunnels for ALEOS

    From 2.17.5, admin users will be able to use Admin > System > Upload Certificate to upload three files that make up the system certificate:

    • private key file
    • server certificate
    • chain-of-trust

    Initializing Table Of Contents...

    Requirements

    The files can be uploaded only if the following conditions are met.

    1. The three uploaded files are in PEM format.
    2. The private key is not password protected.
    3. The server certificate and each certificate in the chain-of-trust is not expired.
    4. The chain is complete. The issuer of each certificate in the chain can be traced all the way to the root certificate.
    5. The chain-of-trust file uses the following format:
      • top one is intermediate n
      • intermediate n - 1

    Limitations

    The AMM only supports one system certificate and the certificate will be applied to all three functions.

    • httpd server
    • MSCI keystore
    • openvpn tunnels for ALEOS

    Uploading a System Certificate

    1. To upload a system certificate, go to Admin > System > Upload Certificate.

    2. Select to add the server certificate file.

    3. Select to add the private key file.

    4. Select to add the chain-of-trust file.

    5. After the files are added successfully, select UPLOAD to upload the files to AMM.

    • If any of the files have an error, the system will display an error message. You can then remove the invalid file and upload the correct file again.
    • You can cancel the upload, by selecting CANCEL.
    • If the upload is successful, the status will be marked as Done.
    • To start a new upload, select RESET. The previous certificate will be rotated to a backup directory.

    Viewing System Certificate Status

    You can go to the Admin > System > Status to view the uploaded system certificate status. The System Status screen displays a brief description of the certificate usage and its status. Status can be either Installed or Not installed

    TOP