BroadbandForum / obuspa

OB-USP-AGENT is a system daemon providing a User Services Platform (USP) Agent. https://github.com/BroadbandForum/obuspa/wiki
BSD 3-Clause "New" or "Revised" License
93 stars 62 forks source link

Certificate commands #56

Closed italktothewind closed 2 years ago

italktothewind commented 2 years ago

Hi,

I would like if obuspa is supporting AddCertificate() and AddMyCertificate() commands. If not, if there is another way to load certificates into the agent.

Thanks in advance!

holme-r commented 2 years ago

OBUSPA doesn't currently support AddCertificate() or AddMyCertificate() and there is no support for dynamically adding/deleting trust store certificates. You can use the get_agent_cert_cb vendor hook or the -t option to specify the trust store certs when OBUSPA starts. See the QUICK_START_GUIDE for more info.

italktothewind commented 2 years ago

Thanks for the information