Lines Matching full:crls
17 install CRLs to the Redfish server, so that clients with revoked certificates
33 DMTF doesn't support CRLs yet in the Redfish spec. Adding them is WIP. See
35 Google doesn't plan on using Redfish interfaces to manage certificates and CRLs.
42 OpenBMC supports management interface for CRLs:
44 1. clients shall be able to install/delete/replace CRLs via DBus APIs
45 2. whenever CRLs change, the certificate management system shall notify
46 consumers which use old CRLs to refresh with the newly given CRLs
47 3. other daemons, e.g., BMCWeb shall consume CRLs the same way as existing
70 install multiple CRLs and notify consumers. The notification process is the
75 replace all existing CRLs with multiple new CRLs and notify consumers
78 delete all existing CRLs and notify consumers
82 We propose to introduce CRLs into BMCWeb's SSL Context. Whenever BMCWeb reloads,
83 it not only refreshes authority and server certificates, but also CRLs. Example
89 We can model the whole CRLs list as a single object, but that's not aligned with
101 Manual integration tests: install CRLs and verify clients' revoked certificates