initial commit

This commit is contained in:
2024-06-12 03:22:03 +03:00
commit f8f340d552
16 changed files with 470 additions and 0 deletions

3
usr/local/sbin/certbot Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
[ -z "${VIRTUAL_ENV}" ] || exit 126
exec certbot-venv certbot "$@"