You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/30 03:11:35 UTC

[GitHub] [apisix] kellyseeme opened a new issue, #8428: more ssl certificate in etcd

kellyseeme opened a new issue, #8428:
URL: https://github.com/apache/apisix/issues/8428

   ### Description
   
   in etcd use the ssl certificate to proxy requests, if more ssl certificate in etcd is the same sni, if one certificate is expired,the other is good,then apisix will use the good or random to get ssl certificate?
   
   this is good certificate:
   {
       "id": "1",           # id
       "cert": "new cert",      # Certificate
       "key": "new key",        # Private key
       "snis": ["t.com"]    # https SNI
   }
   
   this is the expired certificate:
   {
       "id": "2",           # id
       "cert": "expired cert",      # Certificate
       "key": "expired key",        # Private key
       "snis": ["t.com"]    # https SNI
   }
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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] kellyseeme commented on issue #8428: more ssl certificate in etcd

Posted by GitBox <gi...@apache.org>.
kellyseeme commented on issue #8428:
URL: https://github.com/apache/apisix/issues/8428#issuecomment-1332050069

   tks


-- 
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] tokers commented on issue #8428: more ssl certificate in etcd

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #8428:
URL: https://github.com/apache/apisix/issues/8428#issuecomment-1331959798

   @kellyseeme Currently, not.


-- 
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] kellyseeme closed issue #8428: more ssl certificate in etcd

Posted by GitBox <gi...@apache.org>.
kellyseeme closed issue #8428: more ssl certificate in etcd
URL: https://github.com/apache/apisix/issues/8428


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