[Contents] [Prev] [Next] [Index] [Report an Error]

Adding the Client Certificate on the Router

To install the client (router) certificate on the JUNOS routing platform:

  1. Include the following statements at the [edit security certificates certificate-authority] hierarchy level.
    [edit security certificates certificate-authority]
    security{
    certificates{
    }
    }
  2. Include the following statements at the [system services service-deployment] hierarchy level.
    system{
    services{
    service-deployment{
    local-certificate clientCert;
    }
    }
    }

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error]