1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/trustify.py
Faidon Liambotis 7e960672b3 Add setuptools-based setup.py & MANIFEST.in
Also move the protoc functionality to setup.py, making it a bit more
complicated than usual :)
2012-08-12 09:03:13 +03:00

7 lines
112 B
Python

#!/usr/bin/env python
from trustify.client import client
if __name__ == "__main__":
client.authenticate()