kingluo opened a new issue, #1767:
URL: https://github.com/apache/apisix-ingress-controller/issues/1767

   ### Current State
   
   
https://apisix.apache.org/zh/docs/ingress-controller/tutorials/mtls/#protect-the-route-using-ssl
   
   It lacks descriptions:
   * what's the meaning and format of the secret
   * how to generate a secret value from the cert file
   
   ### Desired State
   
   The secret contains the base64 value and can be generated via the below 
commands:
   
   ```bash
   base64 -w0 foo.crt # for cert
   base64 -w0 foo.key # for priv key
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to