a basic web application with Rocket, a rust web framework
Go to file
la Fleur 8f290ec3b5 typo 2020-11-12 11:32:31 +01:00
content reorganize content and templates 2020-11-11 02:06:51 +01:00
private tls/SSL support 2020-11-03 23:58:03 +01:00
src typo 2020-11-12 11:32:31 +01:00
templates typo in index 2020-11-11 02:11:10 +01:00
.gitignore handily hide self-gen certificates 2020-11-04 01:20:52 +01:00
Cargo.lock tera templates support 2020-11-04 01:10:20 +01:00
Cargo.toml typo dependencies in Cargo.toml 2020-11-04 12:25:41 +01:00
README.md tls/SSL support 2020-11-03 23:58:03 +01:00
Rocket.toml tls/SSL support 2020-11-03 23:58:03 +01:00

README.md

Fly me a rocket

This is a basic rocket web app. It uses tls to serve content, signing itself with keys that are in private, along with a generation script. A tryout use case would bring :

( cd private && bash gen_cert.sh )
cargo run

One should use Let'sEncrypt keys for a specific domain. See Rocket.toml for adding specific keys for production binaries. Self-generated keys are useful for developement environments.