a basic web application with Rocket, a rust web framework
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
la Fleur 8f290ec3b5 typo 3 years ago
content reorganize content and templates 3 years ago
private tls/SSL support 3 years ago
src typo 3 years ago
templates typo in index 3 years ago
.gitignore handily hide self-gen certificates 3 years ago
Cargo.lock tera templates support 3 years ago
Cargo.toml typo dependencies in Cargo.toml 3 years ago
README.md tls/SSL support 3 years ago
Rocket.toml tls/SSL support 3 years ago

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.