kochab/public
panicbit f7c7cb63a6 bump crate version in READMEs 2020-11-14 04:03:45 +01:00
..
README.gemini bump crate version in READMEs 2020-11-14 04:03:45 +01:00

README.gemini

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

=> https://docs.rs/northstar Documentation
=> https://github.com/panicbit/northstar GitHub

# Usage

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

## Manually

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

## Automatically

```sh
cargo add northstar
```

# Generating a key & certificate

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