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 2020/11/04 00:33:56 UTC

[GitHub] [apisix] membphis commented on issue #2616: request help: how to enable ssl for https in stand-alone mode?

membphis commented on issue #2616:
URL: https://github.com/apache/apisix/issues/2616#issuecomment-721447198


   Here is a simple example:
   
   ```yaml
   ssl:
     -
       cert: "...",
       key: "...",
       sni: "yourdomain.com"
   #END
   ```
   
   welcome to add this to doc: https://github.com/apache/apisix/blob/master/doc/stand-alone.md


----------------------------------------------------------------
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:
users@infra.apache.org