-
Notifications
You must be signed in to change notification settings - Fork 928
use bullet points for structure #1844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Martin Dürrmeier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Co-authored-by: Felix Fontein <[email protected]> Signed-off-by: Martin Dürrmeier <[email protected]>
Co-authored-by: Felix Fontein <[email protected]> Signed-off-by: Martin Dürrmeier <[email protected]>
thank you @felixfontein for the remark, did not know.. |
- **Linux** | ||
|
||
- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt` | ||
- Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set | ||
|
||
- **macOS** | ||
|
||
- Looks for `keys.txt` in `$HOME/Library/Application Support/sops/age/keys.txt` | ||
|
||
- **Windows** | ||
|
||
- Looks for `keys.txt` in `%AppData%\sops\age\keys.txt` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **Linux** | |
- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt` | |
- Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set | |
- **macOS** | |
- Looks for `keys.txt` in `$HOME/Library/Application Support/sops/age/keys.txt` | |
- **Windows** | |
- Looks for `keys.txt` in `%AppData%\sops\age\keys.txt` | |
- **Linux** | |
- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt`; | |
- Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set. | |
- **macOS** | |
- Looks for `keys.txt` in `$HOME/Library/Application Support/sops/age/keys.txt`. | |
- **Windows** | |
- Looks for `keys.txt` in `%AppData%\sops\age\keys.txt`. |
- setting the environment variable **SOPS_AGE_KEY_FILE** | ||
- setting the **SOPS_AGE_KEY** environment variable | ||
- providing a command to output the age keys by setting the **SOPS_AGE_KEY_CMD** environment variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- setting the environment variable **SOPS_AGE_KEY_FILE** | |
- setting the **SOPS_AGE_KEY** environment variable | |
- providing a command to output the age keys by setting the **SOPS_AGE_KEY_CMD** environment variable. | |
- setting the environment variable **SOPS_AGE_KEY_FILE**; | |
- setting the **SOPS_AGE_KEY** environment variable; | |
- providing a command to output the age keys by setting the **SOPS_AGE_KEY_CMD** environment variable.. |
No description provided.