
A-4
8 SERIES PROTECTIVE RELAY PLATFORM – COMMUNICATIONS GUIDE
SETTING UP A SIMPLE RADIUS SERVER
CHAPTER A: RADIUS SERVER AND CERTIFICATES
openssl x509 –req –days 3650 –in server.csr –CA ca.crt –CAkey
ca.key –set_serial 01 –out server.crt
Transfer Certificates to Server
Copy the following files,
•
server.key
•
server.crt
•
ca.crt
onto the FreeRADIUS.net server under the directory containing the certificates.
In this example the directory is located under the path:
<Path_to_Radius>\etc\raddb\certs\FreeRADIUS.net\DemoCerts>
Radius Server Configuration
Modify the following
.GE and .CONF
files to configure the RADIUS server.
RADIUSD.CONF
Locate the “bind_address” field and set it to your RADIUS server’s IP address in the
radiusd.conf file.
USERS.CONF
Add the users in the users.conf file.
The file is available under the
<Path_to_Radius>\etc\raddb
directory.
Adding the following text configures a user “Tester” which has an “Administrator” role.
Tester:
->User-Password == “Testing1!1”
->GE-UR-Role = Administrator
CLIENTS.CONF
Add the clients in the clients.conf file.
The file is available under the
<Path_to_Radius>\etc\raddb
directory.
Definitions
x509
This term is used to add a digital signature to the certificate.
-req
With this option, a certificate request is expected instead of the certificate (by default).
-in
Specifies the input file from which the certificate is read.
-CA
Specifies the CA certificate to be used for signing.
When the
-CA
option is present,
x509
behaves like a “mini CA”. The input file is signed
by this CA using this option. The issuer name is set to the subject name of the CA and
it is digitally signed using the CA’s private key. This option is normally combined with
the
–req
option. Without the
–req
option, the input is a certificate which must be self-
signed.
-CAkey
When the
-CA
option is used to sign a certificate, it uses a serial number specified in a
file. This file consists of one line containing an even number of hex digits with the
serial number to use. After each use, the serial number is incremented and written out
to the file again.
-set_serial
Specifies the serial number to use.
-out
Specifies the output file to write to.
–days
Specifies the number of days the certificate is valid.
Содержание 850
Страница 26: ...3 6 8 SERIES PROTECTIVE RELAY PLATFORM COMMUNICATIONS GUIDE REAL TIME CLOCK CHAPTER 3 TIME PROTOCOLS...
Страница 40: ...4 14 8 SERIES PROTECTIVE RELAY PLATFORM COMMUNICATIONS GUIDE DNP IMPLEMENTATION CHAPTER 4 DNP PROTOCOL...
Страница 54: ...6 10 8 SERIES PROTECTIVE RELAY PLATFORM COMMUNICATIONS GUIDE INTEROPERABILITY CHAPTER 6 IEC 60870 5 104...
Страница 86: ...8 24 8 SERIES PROTECTIVE RELAY PLATFORM COMMUNICATIONS GUIDE THE IEC 61850 CONFIGURATOR CHAPTER 8 IEC 61850...
Страница 788: ...14 294 8 SERIES PROTECTIVE RELAY PLATFORM COMMUNICATIONS GUIDE CHAPTER 14 FORMAT CODES...
Страница 868: ...B 74 8 SERIES PROTECTIVE RELAY PLATFORM COMMUNICATIONS GUIDE PIXIT CHAPTER B IEC 61850 IMPLEMENTATION DETAILS...