
5-46
Configuring the RADIUS Server—Without Identity Driven Manager
Manage Digital Certificates for RADIUS
3.
Enter this command to generate the self-signed certificate:
For example:
ProCurve NAC 800:/etc/raddb/certs# openssl req -x509
-config openssl.cnf -extensions radsrv -newkey
rsa:2048 -nodes -days 365 -keyout cert-srv.pem -out
cert-srv.pem
N o t e
Be very careful to enter the output files for the key and the certificate
exactly as shown above:
/etc/raddb/certs/cert-srv.pem
.
Otherwise, you must alter the name specified for the private key file and
the certificate file in the “tls” section of the
/etc/raddb/eap.conf
file—which
can lead to errors. (See step 12 on page 5-50.)
4.
You will be prompted to enter information about the NAC 800. When
prompted for the CN, enter the NAC 800’s FQDN.
5.
Restart the RADIUS server.
ProCurve NAC 800:/etc/raddb/certs# service radiusd
restart
Syntax:
openssl req -x509 -config openssl.cnf -extensions radsrv -newkey [rsa |
dsa]:[512 | 1024 | 2048 | 4096] -nodes -days <
number
> -keyout cert-srv.pem
-out cert-srv.pem
The
-config
option should specify the new configuration file
that you created in step 2. (Make sure that you are in the
correct directory.) Similarly the
-extensions
option specifies
the bracketed name for the extensions that you added to that
file.
The
-newkey
option generates a private/public keypair for this
certificate. Choose
rsa
or
dsa
for the algorithm and then choose
the key length (
4096
is not a valid option for
dsa
). Replace
<
number
>
with the number of days that this certificate will
remain valid.
The
-nodes
option in the command above creates the private
key without password protection. For greater security, leave
out this option when you enter the command. You will then
be prompted to enter the password.
After you finish step 4, edit the
/etc/raddb/eap.conf
file and
change the private key password from
whatever
to the
password that you entered.
Содержание 800
Страница 1: ...Configuration Guide www procurve com ProCurve Network Access Controller 800 ...
Страница 2: ......
Страница 3: ...ProCurve Network Access Controller 800 Configuration Guide April 2008 1 0 30398 ...
Страница 74: ...1 62 Overview of the ProCurve NAC 800 Deployment Methods ...
Страница 145: ...3 17 Initial Setup of the ProCurve NAC 800 System Settings Figure 3 9 Home System Configuration Management Server ...
Страница 155: ...3 27 Initial Setup of the ProCurve NAC 800 System Settings ...
Страница 194: ...3 66 Initial Setup of the ProCurve NAC 800 Digital Certificates ...
Страница 328: ...5 64 Configuring the RADIUS Server Without Identity Driven Manager Manage Digital Certificates for RADIUS ...
Страница 336: ...6 8 Disabling Endpoint Integrity Testing Overview ...
Страница 354: ...7 18 Redundancy and Backup for RADIUS Services Back Up Your NAC 800 Configuration ...
Страница 380: ...A 26 Appendix A Glossary ...
Страница 394: ...B 14 Appendix B Linux Commands Service Commands ...
Страница 405: ......
Страница 406: ... Copyright 2007 2008 Hewlett Packard Development Company L P April 2008 Manual Part Number 5991 8618 ...