Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update api for slackbot #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

update api for slackbot #21

wants to merge 2 commits into from

Commits on Dec 31, 2016

  1. update api for slackbot

    Signed-off-by: sndnvaps <sndnvaps@gmail.com>
    sndnvaps committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    d6e0f04 View commit details
    Browse the repository at this point in the history
  2. try to add ssl support for slackbot

     pickup idea from https://github.com/coolaj86/golang-https-example
     how to make it support https link
       export SLACK_SSL_CERT_PATH=/path/to/you/cert
       export SLACK_SSL_HOST_NAME=www.example.com
     put privkey.pem, fullchain.pem to /path/to/you/cert//
    
    Signed-off-by: sndnvaps <sndnvaps@gmail.com>
    sndnvaps committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    6c37fbf View commit details
    Browse the repository at this point in the history