| 1 |
# It's important if you remove the headerline that the order of the columns remains the same and all colums should be added |
| 2 |
# The header fields may not be renamed |
| 3 |
# |
| 4 |
# Url and Admin Name are the only required columns |
| 5 |
# |
| 6 |
# Possible values for Verify Certificate: T or F (T for true, F for false) |
| 7 |
# Possible values for SSL Version: auto, 1.x, 1, 2, 1.1, 1.2, 1.3. The default value is "auto" |
| 8 |
Site Name, Url, Admin Name, Group,Security ID,HTTP Username,HTTP Password,Verify Certificate,SSL Version |
| 9 |
Site 1,http://site1.com,Admin,Group Name,Security ID,Username,Password,T,auto |
| 10 |
Site 2,http://site2.com,Admin,Group Name,Security ID,Username,Password,F,auto |
| 11 |
Site 3,http://site3.com,Admin,Group Name,Security ID,,,T,1.x |
| 12 |
Site 4,http://site4.com,Admin,Group Name,Security ID,Username,Password,T,auto |
| 13 |
Site 5,http://site5.com,Admin,Group Name,Security ID,Username,Password,F,1.3 |