Export should provide option to save only relative paths for SSL keys and other connection files
Importing 20 connections from one machine to another with different username causes all paths to SSL cert files to be broken. This requires manually opening individual sites to update the SSL cert and other files paths.
This suggestion proposes that when exporting sites an option should be provided to use relative paths. Even better, relative paths should be used exclusively by default and this would ensure that import works flawlessly in other user environments. An option to use the absolute paths could be added in this instance but it's unclear which use case would require such an option.
STR (Ubuntu 20+):
1. Export connections with client SSL value from machine A (/home/devuser/)
2. Import connection on another machine B (or same machine) with different user (/home/developer/)
3. Try to connect to site with SSL cert will result in missing cert warning due to different absolute paths.