domain-config

Quickly configure a domain name .vhost file with an SSL Certificate using Let's Encrypt


License
MIT
Install
pip install domain-config==0.1.2

Documentation

Domain Config

Quickly configure a domain name .vhost file with an SSL Certificate using Let's Encrypt

Install

pip install domain-config

Dependencies

  • Python3
  • python3-yaml: sudo apt install python3-yaml
  • Certbot By Let's Encrypt

Usage

domain_config/domain_config --domain=example.com
or to delete a domain:
domain_config/domain_config --domain=example.com --delete