summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-04-24 20:50:26 +0200
committerLinnnus <[email protected]>2024-04-24 20:53:56 +0200
commit45a7c91fbef2e9c2c0c6821edb06bae75077b50c (patch)
tree7dba08d3bd2711d83f9ff4442e30755c44b84e50 /README.md
parent86c1c0cd8f12f95a480b7ec76c12bc91d73bd89b (diff)
Add self-signed certificates
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d133a1a..04533dd 100644
--- a/README.md
+++ b/README.md
@@ -14,5 +14,8 @@ containing styles specific to that view.
Global styles are thus contained in `static/styles/base.css`
since that template forms the base for all other views.
+`pki/` contains a certificate chain necessary for HTTPS support during development.
+See [`notes/certificates.md`](./notes/certificates.md) for more information.
+
`static/` is for files that never change.
All HTTP requests that begin with `/images/` or `/styles/` will be resolved relative to their corresponding subfolder in `static/`.