salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.19k stars 363 forks source link

Load a non-installed .pfx certificate #521

Closed lucasmence closed 1 month ago

lucasmence commented 1 month ago

Hello,

Is it possible to select a certificate file (.pfx) to authenticate a page? In other words, select a certificate that is not installed.

Thanks!

salvadordf commented 1 month ago

Hi,

No. The certificate must be installed in the system or in a smartcard and its issuer must be trusted by the server. Chromium shows a list of preselected certificates installed in the operating system to authenticate the user.

Please, use our forum for more questions.