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

Configuring SSL Service for JUNOScript Client Applications

To configure the router to accept SSL connections from JUNOScript client applications on port 3220, include the xnm-ssl statement at the [edit system services] hierarchy level:

[edit system services]
xnm-ssl {
local-certificate name;
<connection-limit limit>;
<rate-limit limit>;
}

local-certificate is the name of the X.509 authentication certificate used to establish an SSL connection. You must obtain the certificate and copy it to the router before referencing it. For more information, see Importing SSL Certificates for JUNOScript Support.

By default, the JUNOScript server supports a limited number of simultaneous SSL sessions and connection attempts per minute. Optionally, you can include either or both of the following statements to change the defaults:


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