Skip to content

iammyr/starttls-policy-cli

 
 

Repository files navigation

starttls-policy Python package

Package API

Run CLI

Since this is a developer alpha, we recommend using virtualenv and pip to install and run starttls-policy. To get set up:

virtualenv --no-site-packages --setuptools venv --python python2.7
source ./venv/bin/activate
pip install starttls-policy

Manually updating the policy list

The below will fetch the remote policy list from https://dl.eff.org/starttls-everywhere/policy.json and verify the corresponding signature:

starttls-policy --update-only [--policy-dir /path/to/dir]

Generating a configuration file

starttls-policy --generate <MTA> [--policy-dir /path/to/dir] will generate a configuration file corresponding to the TLS policy list and provide instructions for installing the file.

We currently only support Postfix, but contributions are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 3.6%