Metadata-Version: 1.1
Name: acme-tiny
Version: 20171115
Summary: acme-tiny is a tiny script to issue and renew TLS certs from Let's Encrypt
Home-page: https://github.com/diafygi/acme-tiny
Author: Jeremías Casteglione
Author-email: jrmsdev@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        acme-tiny is a tiny script to issue and renew TLS certs from Let's Encrypt
        
        This is a tiny, auditable script that you can throw on your server to issue and
        renew Let's Encrypt certificates. Since it has to be run on your server and have
        access to your private Let's Encrypt account key, I tried to make it as tiny as
        possible (currently less than 200 lines). The only prerequisites are python and
        openssl.
        
Keywords: development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
