https://github.com/janmalch/ssl-at-home
Small web application to create and host SSL certificates for your home network.
https://github.com/janmalch/ssl-at-home
Last synced: about 1 month ago
JSON representation
Small web application to create and host SSL certificates for your home network.
- Host: GitHub
- URL: https://github.com/janmalch/ssl-at-home
- Owner: JanMalch
- Created: 2023-05-28T11:00:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T16:19:25.000Z (over 1 year ago)
- Last Synced: 2024-01-06T17:31:49.328Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://hub.docker.com/r/janmalch/ssl-at-home
- Size: 523 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSL at Home
_A simple web app to create and host your own self-signed certificates, intended for your home network._
> Use at your own risk!
## Installation
Run the `janmalch/ssl-at-home:latest` Docker image.
**Make sure you set the `ORIGIN` environment variable to the address [where the app will be served](https://kit.svelte.dev/docs/adapter-node#environment-variables-origin-protocolheader-and-hostheader).**
All generated files will be saved in `/app/files`. So you might want to create a Docker volume for that directory.
## Credits
- https://youtu.be/VH4gXcvkmOY
- https://github.com/ChristianLempa/cheat-sheets/blob/d0305c26e5e595176cf04bc8943de06a1bf719ae/misc/ssl-certs.md