You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "kingluo (via GitHub)" <gi...@apache.org> on 2023/04/03 10:16:44 UTC

[GitHub] [apisix-ingress-controller] kingluo opened a new issue, #1767: docs: describe how to generate secret from cert file

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: notifications-unsubscribe@apisix.apache.org.apache.org

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


[GitHub] [apisix-ingress-controller] ps-19 commented on issue #1767: docs: describe how to generate secret from cert file

Posted by "ps-19 (via GitHub)" <gi...@apache.org>.
ps-19 commented on issue #1767:
URL: https://github.com/apache/apisix-ingress-controller/issues/1767#issuecomment-1495563933

   I wish to work on this issue please assign this to me.


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1767: docs: describe how to generate secret from cert file

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #1767:
URL: https://github.com/apache/apisix-ingress-controller/issues/1767#issuecomment-1504408555

   #1769 has been merged. I will close this one. 


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] ps-19 commented on issue #1767: docs: describe how to generate secret from cert file

Posted by "ps-19 (via GitHub)" <gi...@apache.org>.
ps-19 commented on issue #1767:
URL: https://github.com/apache/apisix-ingress-controller/issues/1767#issuecomment-1497378044

   https://github.com/ps-19/apisix-ingress-controller/blob/docs/docs/en/latest/tutorials/mtls.md#protecting-the-route-with-ssl


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1767: docs: describe how to generate secret from cert file

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #1767:
URL: https://github.com/apache/apisix-ingress-controller/issues/1767#issuecomment-1495751601

   assigned


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] tao12345666333 closed issue #1767: docs: describe how to generate secret from cert file

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 closed issue #1767: docs: describe how to generate secret from cert file
URL: https://github.com/apache/apisix-ingress-controller/issues/1767


-- 
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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-ingress-controller] ps-19 commented on issue #1767: docs: describe how to generate secret from cert file

Posted by "ps-19 (via GitHub)" <gi...@apache.org>.
ps-19 commented on issue #1767:
URL: https://github.com/apache/apisix-ingress-controller/issues/1767#issuecomment-1497378382

   any suggestions before PR.


-- 
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: notifications-unsubscribe@apisix.apache.org

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