You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
Client-side certificate verify is originally supported by SSL, and I already have an implementation(untidy, though) for it. If we need to add it, I can just merge it.
Also, this will be the first authentication method added in the panel mentioned in issue #44
The text was updated successfully, but these errors were encountered:
Our best course of action to provide a reasonably secure-by-default approach is to allow using self-signed certificates. Custom PKIs could be used to verify the dedicated server's certificate, while an auto-generated certificate could be used for the integrated server if we perform some kind of trust-on-first-use.
Client-side certificate verify is originally supported by SSL, and I already have an implementation(untidy, though) for it. If we need to add it, I can just merge it.
Also, this will be the first authentication method added in the panel mentioned in issue #44
The text was updated successfully, but these errors were encountered: