Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QtWebEngine Chromium certificates
Forum Updated to NodeBB v4.3 + New Features

QtWebEngine Chromium certificates

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 630 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Andy99
    wrote on last edited by
    #1

    Hello everyone!

    I would like ask You, how is it possible to add new SSL certificate into nss database during runtime on Linux. Previously, when webengine + chromium was used with openssl, there wasn't a problem. After certificate added, chromium read certificate directly from disk via openssl. After now, webengine and chromium are using nss database. Chromium reads database into memory via libnss. Even if database is updated via certutil, my application needs to be restarted, what is unacceptable.

    I have found, that chromium uses internal API (over js) to import certificate or via https://developer.chrome.com/extensions/enterprise_platformKeys#method-importCertificate.
    Isn't possible to somehow call it from webengine. What needs to be implemented there?

    Thanks for any advice.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved