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


certinfo.ini File

The certinfo.ini (server certificate information) file is an ASCII file with a single section [Certificate_Info]. This file allows the administrator to isolate it in a portion of the file system that is accessible to the Steel-Belted Radius Carrier server process but not to users or operators of the system.

Table 9: Server Certificate Info File 
Parameter
Function

Certificate_And_Private_Key_File

Identifies the location of the PKCS#12 file containing the server's certificate chain and private key, as well as all the certificates needed to establish a chain to the CA that issued the server certificate.

NOTE: The path to the PKCS#12 file can be a relative path, such as ./private/test_server.pfx.

Password

Specifies the password required to retrieve the server's private key that was included in the PKCS#12 file.


Example

[Certificate_Info]
; Location of the PKCS#12 file containing the certificate
; and private key of the server and all certificates necessary to
; establish a chain to the Certificate Authority that issued
; the certificate.
Certificate_And_Private_Key_File = /usr/local/radius/test_svr.pfx

; Password with which the private key contained in the PKCS#12
; file mentioned above was encrypted.
Password = tryme


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