ZoeyVid / NPMplus

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://hub.docker.com/r/zoeyvid/npmplus
MIT License
277 stars 13 forks source link

Client Certificate Authentication #842

Open asphalter opened 1 month ago

asphalter commented 1 month ago

Hello there,

I'm actually using client-side certificates to authenticate to the remote services

NGINX CONF: ssl_client_certificate /config/keys/client_auth_ca.pem; ssl_verify_client on;

I believe it could be useful to integrate such authentication method to the 'Access Lists' section, don't you think?

Thanks

Zoey2936 commented 1 month ago

will be done with #731

asphalter commented 1 month ago

Wise choice man, looking forward for that :+1:

Zoey2936 commented 1 month ago

But it will take some time, I'm still at the beginning of writing the PHP version. (and I'm a female, by the way) The next things I will do:

asphalter commented 1 month ago

I'm sorry for the 'man' thing, Zoey. I said that for habit.

I can suggest you to keep your releases as simple as you can: if PHP is still ongoing and would take a good amount of time to be coded, tested and released, maybe try releasing what you have on queue first, keeping PHP for later. This will help you to avoid 'blob' releases, keeping it easier to understand and debug once out.

Zoey2936 commented 1 month ago

No problem. Yes I still make upstream merges/dep updates and fixes for the non php version. New features will nearly only be added to the php version.