| 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 |
# Your password is never stored by your Dashboard and never sent to MainWP.com. Once this initial connection is complete, |
| 6 |
# your MainWP Dashboard generates a secure Public and Private key pair (2048 bits) using OpenSSL, |
| 7 |
# allowing future connections without needing your password again. For added security, |
| 8 |
# you can even change this admin password once connected—just be sure not to delete the admin account, as this would disrupt the connection. |
| 9 |
# |
| 10 |
# Possible values for Verify Certificate: 1 or 0 (1 for true, 0 for false) |
| 11 |
# Possible values for SSL Version: auto, 1.x, 1, 2, 1.1, 1.2, 1.3. The default value is "auto" |
| 12 |
Site Name, Url, Admin Name, Admin Password, Tag,Security ID,HTTP Username,HTTP Password,Verify Certificate,SSL Version |
| 13 |
Site 1,http://site1.com,Admin, Admin Password, Tag Name, Security ID, Username,Password,1,auto |
| 14 |
Site 2,http://site2.com,Admin, Admin Password, Tag Name, Security ID, Username,Password,0,auto |
| 15 |
Site 3,http://site3.com,Admin, Admin Password, Tag Name, Security ID,,,T,1.x |
| 16 |
Site 4,http://site4.com,Admin, Admin Password, Tag Name, Security ID, Username,Password,1,auto |
| 17 |
Site 5,http://site5.com,Admin, Admin Password, Tag Name, Security ID, Username,Password,0,1.3 |
| 18 |
|