Alternative NGINX HMAC Secure Link module with support for OpenSSL hashes
4 — 所有核心与模块指令——语法、默认值、上下文与真实配置示例。
secure_link_hmac
secure_link_hmac 指令为 NGINX 配置基于 HMAC 的安全链接,允许对资源进行安全访问,并可选择设置过期时间。
httpserverlocation
secure_link_hmac_algorithm
定义用于在 NGINX 中创建安全链接的 HMAC 哈希算法。
httpserverlocation
secure_link_hmac_message
`secure_link_hmac_message` 指令定义将使用 HMAC 哈希的消息,用于安全链接验证。
httpserverlocation
secure_link_hmac_secret
secure_link_hmac_secret 指令指定用于安全链接中 HMAC 身份验证的密钥。
httpserverlocation