Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 788 Bytes

lua_ssl_verify_depth.md

File metadata and controls

35 lines (19 loc) · 788 Bytes

lua_ssl_verify_depth

语法: lua_ssl_verify_depth <number>

默认: lua_ssl_verify_depth 1

环境: http, server, location

设置服务端证书链的验证深度。

该指令是在v0.9.11版本首次引入的。

也可以看看 lua_ssl_trusted_certificate

返回目录

English source:

lua_ssl_verify_depth

syntax: lua_ssl_verify_depth <number>

default: lua_ssl_verify_depth 1

context: http, server, location

Sets the verification depth in the server certificates chain.

This directive was first introduced in the v0.9.11 release.

See also lua_ssl_trusted_certificate.

Back to TOC