Metadata-Version: 2.1
Name: acme-rofl
Version: 0.0.2
Summary: Respond to ACME challenges, forward all other requests to 443
Home-page: https://github.com/jvasile/acme-rofl
Author: James Vasile
Author-email: james@opentechstrategies.com
License: UNKNOWN
Description: # ACME ROFL
        
        ACME Respond Or Forward Listener
        
        This simple listener does two things:
        
         * Respond to http requests for files in the .well-known directory
        
         * Forward all other requests via 301 Moved Permanently, redirecting
           to the same URL but using https.
        
        Leave it running.  Run certbot periodically.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Twisted
Classifier: Operating System :: POSIX
Requires-Python: >=3.4
Description-Content-Type: text/markdown
