Adding the Client Certificate on the Router
To install the client (router) certificate on the JUNOS routing platform:
- Include the following statements at the [edit security
certificates certificate-authority] hierarchy level.
- [edit security certificates certificate-authority]
- security{
-
- certificates{
- }
- }
- Include the following statements at the [system services
service-deployment] hierarchy level.
- system{
-
- services{
-
- service-deployment{
- local-certificate clientCert;
- }
- }
- }