Generating Ssl Certificates To Be Used For Secure Web Access - Juniper JUNOS OS 10.3 - SOFTWARE Manual

For ex series ethernet switches
Hide thumbs Also See for JUNOS OS 10.3 - SOFTWARE:
Table of Contents

Advertisement

Complete Software Guide for Junos
Related
Documentation

Generating SSL Certificates to Be Used for Secure Web Access

Related
Documentation
498
®
OS for EX Series Ethernet Switches, Release 10.3
Security Features for EX Series Switches Overview on page 18
Understanding J-Web User Interface Sessions on page 148
You can set up secure Web access for an EX Series switch. To enable secure Web access,
you must generate a digital Secure Sockets Layer (SSL) certificate and then enable
HTTPS access on the switch.
To generate an SSL certificate:
Enter the following
openssl
1.
or Linux system on which
self-signed SSL certificate in the privacy-enhanced mail (PEM) format. It writes the
certificate and an unencrypted 1024-bit RSA private key to the specified file.
% openssl req –x509 –nodes –newkey rsa:1024 –keyout filename.pem -out
filename.pem
where
is the name of a file in which you want the SSL certificate to be
filename
written—for example,
my-certificate
When prompted, type the appropriate information in the identification form. For
2.
example, type
for the country name.
US
Display the contents of the file that you created.
3.
cat my-certificate.pem
You can use the J-Web Configuration page to install the SSL certificate on the switch.
To do this, copy the file containing the certificate from the BSD or Linux system to the
switch. Then open the file, copy its contents, and paste them into the Certificate box on
the J-Web Secure Access Configuration page.
You can also use the following CLI statement to install the SSL certificate on the switch:
[edit]
user@switch# set security certificates local my-signed-cert load-key-file my-certificate.pem
Configuring Management Access for the EX Series Switch (J-Web Procedure) on
page 495
Security Features for EX Series Switches Overview on page 18
command in your SSH command-line interface on a BSD
is installed. The
openssl
openssl
.
Copyright © 2010, Juniper Networks, Inc.
command generates a

Advertisement

Table of Contents
loading

Table of Contents