An ergonomic and elegant framework for creating Gemini servers and SCGI apps without needless bloat
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
panicbit f7c7cb63a6
bump crate version in READMEs
3 years ago
examples improve error messages 3 years ago
public bump crate version in READMEs 3 years ago
src improve error messages 3 years ago
.gitignore init 3 years ago
CHANGELOG.md improve error messages 3 years ago
Cargo.toml improve error messages 3 years ago
README.md bump crate version in READMEs 3 years ago

README.md

                     __  __         __
   ____  ____  _____/ /_/ /_  _____/ /_____ ______
  / __ \/ __ \/ ___/ __/ __ \/ ___/ __/ __ `/ ___/
 / / / / /_/ / /  / /_/ / / (__  ) /_/ /_/ / /
/_/ /_/\____/_/   \__/_/ /_/____/\__/\__,_/_/

Usage

Add the latest version of northstar to your Cargo.toml.

Manually

northstar = "0.2.0" # check crates.io for the latest version

Automatically

cargo add northstar

Generating a key & certificate

mkdir cert && cd cert
openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365