...
Most functionality in radsecproxy remains unchanged. If you are familiar with radsecproxy configuration files, then this should be easy to deploy. On Windows, as documented in existing code, the CACertificatePath
option is unavailable. Use a certificate bundle with the CACertificateFile
option instead.
To point to paths, use the file:///C:/This/Windows/Path/To/File.ext
format instead (for a drive-less path, you will end up with file:////
instead). This is particularly important for the radsecproxy log file and any certificates that you may have.
...