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> |
||
---|---|---|
.. | ||
install-deps.sh | ||
install-python-deps.sh | ||
run-cgit.sh | ||
run-fastapi.sh | ||
run-memcached.sh | ||
run-nginx.sh | ||
run-php.sh | ||
run-pytests.sh | ||
run-redis.sh | ||
run-sharness.sh | ||
run-smartgit.sh | ||
run-sshd.sh | ||
run-tests.sh | ||
setup-sqlite.sh |