1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 18:47:32 -05:00

Merge SSH cert UI tweak from 'pre-0.79'.

This commit is contained in:
Jacob Nevins
2023-07-19 17:18:26 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -2917,7 +2917,8 @@ void setup_config_box(struct controlbox *b, bool midsession,
FILTER_KEY_FILES, false, "Select private key file",
HELPCTX(ssh_auth_privkey),
conf_filesel_handler, I(CONF_keyfile));
ctrl_filesel(s, "Certificate to use with the private key:", 'e',
ctrl_filesel(s, "Certificate to use with the private key "
"(optional):", 'e',
NULL, false, "Select certificate file",
HELPCTX(ssh_auth_cert),
conf_filesel_handler, I(CONF_detached_cert));