This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
server/configs/fic-auth.conf

6 lines
142 B
Text

if ($ssl_client_verify != "SUCCESS") {
return 401;
}
if ($ssl_client_verify = "SUCCESS") {
set $team "_AUTH_ID_$ssl_client_serial";
}