diff options
author | Linnnus <[email protected]> | 2024-04-24 20:50:26 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-24 20:53:56 +0200 |
commit | 45a7c91fbef2e9c2c0c6821edb06bae75077b50c (patch) | |
tree | 7dba08d3bd2711d83f9ff4442e30755c44b84e50 /README.md | |
parent | 86c1c0cd8f12f95a480b7ec76c12bc91d73bd89b (diff) |
Add self-signed certificates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/`. |