Period of Time Authentication module for NGINX
6 — 所有核心与模块指令——语法、默认值、上下文与真实配置示例。
pta_1st_iv
指令 `pta_1st_iv` 设置用于基于时间的认证 (PTA) 模块的第一个加密密钥的初始化向量。
server
pta_1st_key
`pta_1st_key` 指令为 NGINX 中的 Period of Time Authentication 模块设置第一个加密密钥。
server
pta_2nd_iv
指令 `pta_2nd_iv` 指定 Period of Time Authentication 模块在 NGINX 中第二阶段加密的初始化向量 (IV)。
server
pta_2nd_key
指令 `pta_2nd_key` 为 NGINX 中的 Period of Time Authentication 模块设置第二个加密密钥。
server
pta_auth_method
`pta_auth_method` 指令指定 NGINX 中时段认证模块使用的认证方法。
location
pta_enable
在 NGINX 的特定 location 中启用或禁用时段认证 (PTA)。
location