Metadata-Version: 2.1
Name: domain_config
Version: 0.1.2
Summary: Quickly configure a domain name .vhost file with an SSL Certificate using Let's Encrypt
Home-page: https://github.com/stiubhart/domain_config
Author: Stiubhart Deans
Author-email: stiubhart@btinternet.com
License: UNKNOWN
Description: # Domain Config
        Quickly configure a domain name .vhost file with an SSL Certificate using Let's Encrypt
        
        # Dependencies 
        * Python3
        * python3-yamal: `sudo apt install python3-yaml`
        * Certbot By Let's Encrypt
        
        # Usage
        `domain_config/main.py --domain=example.com`<br>
        or to delete a domain:<br>
        `domain_config/main.py --domain=example.com --delete`
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
