[Contents] [Prev] [Next] [Report an Error] [No Frames]


Installing 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] hierarchy level.
  2. [edit]
    
    security{
    
        certificates{
    
                    local clientCERT { .... } ;
    
        }
    
    }
    
    
    
  3. Include the following statements at the [edit system services service-deployment] hierarchy level.
  4. [edit]
    
    system{
    
        services{
    
                    service-Deployment{
    
                            local-certificate clientCert;
    
                    }
    
        }
    
    }
    

[Contents] [Prev] [Next] [Report an Error] [No Frames]