fusioninventory / fusioninventory-agent

FusionInventory Agent
http://fusioninventory.org/
GNU General Public License v2.0
253 stars 125 forks source link

[Question] Client SSL Authentication #1048

Open jon-nfc opened 10 months ago

jon-nfc commented 10 months ago

G'Day,

I can see that HTTP basic authentication is available for the agent, however am wondering if Client SSL Certificate authentication is available?

if so, where in the docs can i find this?

if not, will this feature be implemented?

ddurieux commented 10 months ago

Hi, you can see the config file with options related to certificates: https://documentation.fusioninventory.org/FusionInventory_agent/manpage/fusioninventory-agent/

jon-nfc commented 10 months ago

I've read the docs, including that page, nothing could be located. what part covers client authentication specifically? the only mention of certs is checking the server cert

ddurieux commented 10 months ago

I think I don't understand you want

jon-nfc commented 10 months ago

I think I don't understand you want

what I'm after is "https client certificate authentication" in summary, it's an authentication method wherein the client provides a certificate to the server as a means of authentication in which the server confirms as allow/disallow. most web servers offer this as part of their basic auth methods. see wikipedia for the basics.