Skip to content

Commit

Permalink
chore: revise the comment of the tls.validate_client_cert
Browse files Browse the repository at this point in the history
Signed-off-by: tzssangglass <[email protected]>
  • Loading branch information
tzssangglass committed Nov 21, 2023
1 parent aed8c05 commit 224797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/tls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ end
---@param cp_cert kong.clustering.certinfo # clustering certinfo table
---@param dp_cert_pem string # data plane cert text
---
---@return boolean? success
---@return table|nil x509 instance
---@return string? error
function tls.validate_client_cert(kong_config, cp_cert, dp_cert_pem)
if not dp_cert_pem then
Expand Down

0 comments on commit 224797d

Please sign in to comment.