gitextract_5wsgpi4j/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── README.md ├── requirements.txt ├── rwssl/ │ ├── __init__.py │ ├── __main__.py │ ├── rwssl.py │ ├── templates/ │ │ ├── acme.tpl │ │ ├── nginx-main.tpl │ │ ├── nginx-ssl.tpl │ │ ├── nginx-sslforced.tpl │ │ └── nginx.tpl │ ├── tools.py │ └── utils.py └── setup.py