spacewander commented on a change in pull request #4034:
URL: https://github.com/apache/apisix/pull/4034#discussion_r612134431



##########
File path: docs/en/latest/admin-api.md
##########
@@ -784,6 +784,8 @@ Return response from etcd currently.
 | key         | True     | Private key             | https private key         
                                                                                
                                                 |                              
                    |
 | certs       | False    | An array of certificate | when you need to 
configure multiple certificate for the same domain, you can pass extra https 
certificates (excluding the one given as cert) in this field |                  
                                |
 | keys        | False    | An array of private key | https private keys. The 
keys should be paired with certs above                                          
                                                   |                            
                      |
+| client.ca | False | Certificate| set the CA certificate which will use to 
verify client. This feature requires OpenResty 1.19+.                           
                                 |                                              
    |
+| client.depth | False | Certificate| set the verification depth in the client 
certificates chain, default to 1. This feature requires OpenResty 1.19+.        
                                                    |                           
                       |

Review comment:
       None of the description in this table start with uppercase letter.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to