No description provided.
First off all, this is fantastic. Great job!! I wanted to point out a few minor issues I noticed related to Jinja templating: 1) Jinja2 is not included as a dependency in the Requirements.txt so after the installation there is a "Jinja2 not found" error. Installing Jinja2 fixes the issue, so including something along the lines of `jinja2>=3.1.5` in the Requirements would fix this. 2). In `cert_server.py` line 292, we are trying to use `templates/completion.html`, which then leads to a 500 server error. The certificates are there, so it looks like the code gets to line 292 and only fails to display the completion page. Looks like you meant to add or remove the Jinja templates but maybe missed a few spots?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by gokay05 and has received 1 comments.