nginx/client
This commit is contained in:
parent
f900056691
commit
bba9d8000c
1 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,16 @@ Serve
|
|||
}
|
||||
}
|
||||
|
||||
Check client certificate
|
||||
------------------------
|
||||
|
||||
::
|
||||
|
||||
location /protected {
|
||||
ssl_client_certificate ca.crt;
|
||||
ssl_verify_client on;
|
||||
}
|
||||
|
||||
Redirect http to https
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue