mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-09 15:08:31 +01:00
feat: support for non-optional cert (generic only)
This commit is contained in:
@@ -17,7 +17,11 @@ server{
|
||||
|
||||
{% if cert_optional %}
|
||||
ssl_client_certificate ca_cert.pem;
|
||||
{% if cert_non_optional %}
|
||||
ssl_verify_client on;
|
||||
{% else %}
|
||||
ssl_verify_client optional;
|
||||
{% endif %}
|
||||
ssl_verify_depth 1;
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user