Skip to content

feat: allow client certificates on NSI#88

Open
eduardoperetto wants to merge 2 commits intomasterfrom
feat/allow-client-cert
Open

feat: allow client certificates on NSI#88
eduardoperetto wants to merge 2 commits intomasterfrom
feat/allow-client-cert

Conversation

@eduardoperetto
Copy link
Contributor

@eduardoperetto eduardoperetto commented Mar 16, 2025

This feature enables mutual authentication when loading NSI/NSA files for discoveries.

In order to use it, you need to set the following properties on config/params.php file:

   'certificate.use_client_cert' => true,
    'certificate.filename' => "client_cert.pem",
    'certificate.keyfile' => "client_key.pem",	
    'certificate.pass' => "your_password",	
    'certificate.ca_file' => "ca_cert.pem",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants