-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client Certificate Authentication #842
Comments
will be done with #731 |
Wise choice man, looking forward for that 👍 |
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)
|
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. |
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. |
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
The text was updated successfully, but these errors were encountered: