8000 GitHub - glyph/txsni: Simple support for running a TLS server with Twisted.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

glyph/txsni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 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

0