Is your feature request related to a problem? Please describe.
When dealing with multiple client certs, it'd be good to conveniently look up the paths where the client certs are stored, especially as the edit feature is absent.

Describe the solution you'd like
The straightforward approach would be to just add a bunch of rows (1 for pfx and/or 2 for key-crt) for each host entry, displaying the relevant paths.
Code-wise, seems this would need change: https://github.com/Kong/insomnia/blob/0a616fba6b12e3e51e3643f5f85f9fd27471f762/packages/insomnia-app/app/ui/components/modals/workspace-settings-modal.js ... renderCertificate(certificate: ClientCertificate)
Describe alternatives you've considered
For now, I can look up the data in %appdata%\Insomnia\insomnia.ClientCertificate.db
Is your feature request related to a problem? Please describe.
When dealing with multiple client certs, it'd be good to conveniently look up the paths where the client certs are stored, especially as the edit feature is absent.
Describe the solution you'd like
The straightforward approach would be to just add a bunch of rows (1 for pfx and/or 2 for key-crt) for each host entry, displaying the relevant paths.
Code-wise, seems this would need change: https://github.com/Kong/insomnia/blob/0a616fba6b12e3e51e3643f5f85f9fd27471f762/packages/insomnia-app/app/ui/components/modals/workspace-settings-modal.js ... renderCertificate(certificate: ClientCertificate)
Describe alternatives you've considered
For now, I can look up the data in %appdata%\Insomnia\insomnia.ClientCertificate.db