Radware config translation
Problem this snippet solves: This is a simple Python script that translates Radware text configuration file and outputs as config snippet and certificate files.
$ ./rad2f5
Usage: rad2f5 <filen...
Updated Jun 06, 2023
Version 3.0PeteWhite
Employee
Joined May 16, 2019
Avi_251195
Jan 02, 2019Nimbostratus
Hi Pete,
Thanks for the reply.
I'm not that deep into Python (yet) but I figured the print had something to do with different versions.
On the failure part - the source Radware config file had \ at the end of almost every line. I think it might have something to do with that. I got hinted by the monitor output of the script. So I'm editing the source config file to remove the backward slashes at the and and joining the config lines as one again.
Hopefully that will solve the issue for me. I'll let you know once the test file is done and ran the script against it - lot of config lines in there to be corrected :-(