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/10/05 15:19:27 UTC

[GitHub] [apisix] membphis commented on issue #297: feature(https): support for creating new SSL objects using certificate files.

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


   here is a usage:
   
   ```
   curl -X POST  -F cert=@test.crt -F key=@test.key -F sni="test.com"  http://myapi.com/admin/ssl/1
   ```
   
   it is easier to use for the user.


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