feat: initial import of RailianceHosts starter
This commit is contained in:
commit
9860735f82
20 changed files with 355 additions and 0 deletions
7
keys/README.md
Normal file
7
keys/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Keys
|
||||
|
||||
- `age.pub` — your **public** age key (safe to commit).
|
||||
- Your **private** age key is **NOT** stored here. Keep it in your password manager and load it locally as needed, e.g.:
|
||||
```bash
|
||||
export SOPS_AGE_KEY=$(pass show age/railliance-hosts) # example
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue