Skip to content
/ txsni Public
forked from glyph/txsni

Simple support for running a TLS server with Twisted.

License

Notifications You must be signed in to change notification settings

dholth/txsni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txsni

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!

About

Simple support for running a TLS server with Twisted.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%