Skip to main content

easy-to-use SNI endpoint for twisted

Project description

https://travis-ci.org/glyph/txsni.svg?branch=master

Simple support for running a TLS server with Twisted.

Use it like this:

$ mkdir certificates
$ cat private-stuff/mydomain.key.pem >> certificates/mydomain.example.com.pem
$ cat public-stuff/mydomain.crt.pem >> certificates/mydomain.example.com.pem
$ cat public-stuff/my-certificate-authority-chain.crt.pem >> \
    certificates/mydomain.example.com.pem
$ twist web --port txsni:certificates:tcp:443

Enjoy!

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page