Coder Social home page Coder Social logo

alexa-certificate-bot's Introduction

Check SSL certs with Alexa and OpenFaaS

This project contains everything you need to build and Alexa skill to check your SSL certificates.

You can ask Alexa questions like:

Alexa ask Certificate Bot to check my blog

Example response:

Alexa: the URL blog.alexellis.io will expire in 2 months

Setup

  • Deploy OpenFaaS and add a TLS-enabled proxy server like Nginx or Caddy

Alternatively use a temporary proxy like Ngrok which offers a quick way to get TLS for 7 hours

  • Pull in the node8-express template:

https://github.com/openfaas-incubator/node8-express-template

  • Deploy the certificate check function via the OpenFaaS store

This is used to do the checking of the cert

  • Set up your Alexa skill using the Skills Kit Developer Console

https://developer.amazon.com/alexa/console/ask?

  • Define your skill

Name it "certificate bot"

Give the invocation name "certificate bot"

Add a "slot type" of "website" and enter some test websites

Create an intent of "checkcert" type and make it take the "website" custom slot

check {site}

Alternatively use the JSON model.

  • Add an endpoint

Paste the TLS-enabled (HTTPS) address into the endpoints page:

HTTPS / Default region:

https://my-test-site.com/function/alexa-cert-bot

Select that your site has a valid development certificate for its sub-domain

alexa-certificate-bot's People

Contributors

alexellis avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.