SSL-Config, Terminalproblem (Mac)
-
- to be discussed
- tracer
- Thread is marked as Resolved.
-
-
please read:
Code- --fselect filepath height width
- The fselect (file-selection) dialog displays a text-entry window in which you can type a filename (or directory), and above that two windows with directory names and filenames.
- Here filepath can be a filepath in which case the file and directory windows will display the contents of the path and the text-entry window will contain the preselected filename.
- Use tab or arrow keys to move between the windows. Within the directory or filename windows, use the up/down arrow keys to scroll the current selection. Use the space-bar to copy the cur‐
- rent selection into the text-entry window.
- Typing any printable characters switches focus to the text-entry window, entering that character as well as scrolling the directory and filename windows to the closest match.
- Typing the space character forces dialog to complete the current name (up to the point where there may be a match against more than one entry).
- Use a carriage return or the "OK" button to accept the current value in the text-entry window and exit.
- On exit, the contents of the text-entry window are written to dialog's output.
-
-
--fselect filepath height width
The fselect (file-selection) dialog displays a text-entry window in which you can type a filename (or directory), and above that two windows with directory names and filenames.Ah, interesting, so, it might be easily possible to store the path from the key and make it the default for bundle and crt, or?
That would save a lot of time.
Currently it always starts in the homedir, might even be a good idea to start in current dir.
So a simple "cd /path/to/my/ssl/files && perl /var/www/imscp/engine/setup/imscp-setup -dr ssl" would save a rough amount of time when upgrading the certs.
Use tab or arrow keys to move between the windows. Within the directory or filename windows, use the up/down arrow keys to scroll the current selection. Use the space-bar to copy the cur‐
rent selection into the text-entry window.On that point, you are right, user error, wrong assumption from me. Knowing this workflow it's quite easy to handle the file selection.
BTW, one suggestion.
When you start imscp-setup without any additional parameter it begins with a short introduction, where ist says something like "you can use the PgUp/PgDn keys to scroll through the text.
Maybe you can add a hint for users new to UNIX/Linux, who don't have those keys (Notebooks, Macs):
The good old keystrokes from eg less work like a charme: "f" forward, "b" backward.Might be helpful for users new to Linux.
Thanks for your help,
Micha