alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 737 forks source link

feat: Add certificate chain validation & bump version to 2.1.0 #622

Closed ShenChen93 closed 4 years ago

ShenChen93 commented 4 years ago

Description

Add certificate chain validation & bump version to 2.1.0.

validate that all certificates in the chain combine to create a chain of trust to a trusted root CA certificate.

Motivation and Context

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License