Guest User

Untitled

a guest
Jan 15th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. curl -X POST --url http://127.0.0.1:8001/services/<a service>/plugins
  2. --form "name=ssl-api"
  3. --form "config.cert=@/path-to-key-file.key"
  4. --form "config.key=@/path-to-crt-file.crt"
  5.  
  6. {
  7. "config":"plugin 'ssl-api' not enabled; add it to the 'plugins' configuration
  8. property"
  9. }
Add Comment
Please, Sign In to add comment