mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Now, when a `./cache/production.{cert,key}.pem` pair is found, it is used in place of any certificates generated by the `ca` service. This allows users to customize the certificate that the FastAPI ASGI server uses as well as the front-end nginx certificates. Optional: - ./cache/production.cert.pem - ./cache/production.key.pem Fallback: - ./cache/localhost.cert.pem + ./cache/root.ca.pem (chain) - ./cache/localhost.key.pem Signed-off-by: Kevin Morris <kevr@0cost.org> |
||
---|---|---|
.. | ||
config | ||
health | ||
scripts | ||
ca-entrypoint.sh | ||
cgit-entrypoint.sh | ||
fastapi-entrypoint.sh | ||
git-entrypoint.sh | ||
hypercorn.env | ||
localhost.ext | ||
logging.conf | ||
mariadb-entrypoint.sh | ||
mariadb-init-entrypoint.sh | ||
nginx-entrypoint.sh | ||
php-entrypoint.sh | ||
redis-entrypoint.sh | ||
smartgit-entrypoint.sh | ||
test-mysql-entrypoint.sh | ||
test-sqlite-entrypoint.sh | ||
tests-entrypoint.sh |