Metadata-Version: 2.0
Name: certbot-openshift
Version: 0.2.0
Summary: Openshift / Certbot Integration
Home-page: https://gitlab.com/thelabnyc/certbot-openshift
Author: Craig Weber
Author-email: crgwbr@gmail.com
License: ISC
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Provides-Extra: development
Requires-Dist: requests (>=2.13.0)
Requires-Dist: acme (>=0.1.1)
Requires-Dist: certbot (>=0.9.3)
Requires-Dist: zope.interface
Provides-Extra: development
Requires-Dist: flake8 (>=3.2.1); extra == 'development'
Requires-Dist: requests-mock (>=1.3.0); extra == 'development'
Requires-Dist: sphinx (>=1.5.2); extra == 'development'
Requires-Dist: versiontag (>=1.2.0); extra == 'development'

=================
Certbot Openshift
=================

|  |license| |kit| |format|

This is a plugin for `Certbot <https://certbot.eff.org/>`_ that allows installing certificates in `Openshift 3 Routes <https://docs.openshift.com/dedicated/architecture/core_concepts/routes.html>`_.

**Full Documentation**: https://certbot-openshift.readthedocs.io


.. |license| image:: https://img.shields.io/pypi/l/certbot-openshift.svg
    :target: https://pypi.python.org/pypi/certbot-openshift
.. |kit| image:: https://badge.fury.io/py/certbot-openshift.svg
    :target: https://pypi.python.org/pypi/certbot-openshift
.. |format| image:: https://img.shields.io/pypi/format/certbot-openshift.svg
    :target: https://pypi.python.org/pypi/certbot-openshift


