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/06/06 02:54:43 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1648: feature: support to enable HTTPS for admin API

membphis commented on a change in pull request #1648:
URL: https://github.com/apache/incubator-apisix/pull/1648#discussion_r436231142



##########
File path: conf/config.yaml
##########
@@ -54,6 +54,7 @@ apisix:
     - 127.0.0.0/24              # If we don't set any IP list, then any IP access is allowed by default.
   #   - "::/64"
   # port_admin: 9180              # use a separate port
+  # https_admin: true             # enable https

Review comment:
       need more comments:
   
   ```
                                   # enable HTTPS when use a separate port for Admin API.
                                   # Admin API will use conf/apisix_admin_api.crt and conf/apisix_admin_api.key as certificate.
   ```




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