Creating a private key
A private key is required to create an SSL keypair. The following procedure
for Windows 7 creates a private key file called
server.key
in the
c:\key
folder.
Before you begin
Download
openssl.exe
from the OpenSSL website.
Procedure
1.
If the read-only attribute is set, release it from the
c:\openssl
folder.
2.
Open a command prompt with administrator permissions.
3.
Move the current directory to the folder to which the key file is output
(such as
c:\key
), and execute the following command:
c:\key > c:\openssl\bin\openssl genrsa -out server.key 1024
Creating a public key
A public key has the file extension
.csr
. It is required to create an SSL
keypair. The following procedure is for the Windows 7 operating system.
Before you begin
Download
openssl.exe
from the OpenSSL website.
Procedure
1.
Open a command prompt with administrator permissions.
2.
Move the current directory to the folder to which the key file is output
(such as
c:\key
). Execute the following command:
c:\key > c:\openssl req -sha256 -new -key server.key -config
c:\openssl\bin\openssl.cfg -out server.csr
3.
Enter the following information in the prompt:
• Country Name (two-letter code)
• State or Province Name
• Locality Name
• Organization Name
• Organization Unit Name
• Common Name
To create a self-signed certificate, enter the IP address of the web
server (SVP). The name you entered here is used as the server name
(host name). To obtain a signed and trusted certificate, ensure that
the server name is the same as the host name of the SVP.
• Email Address
• Challenge password (optional)
Setting up security
215
System Administrator Guide for VSP Gx00 models and VSP Fx00 models
Summary of Contents for VSP F400
Page 10: ...10 System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 16: ...16 Preface System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 210: ...210 User administration System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 244: ...244 Setting up security System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 256: ...256 Alert notifications System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 270: ...270 Managing license keys System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 386: ...386 System option modes System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 406: ...406 Glossary System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 412: ...412 Index System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...
Page 413: ...System Administrator Guide for VSP Gx00 models and VSP Fx00 models ...