mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
Minor corrections - README.md
- Extraneous redirect removed - Sops has deprecated the "-o" flag
This commit is contained in:
parent
aff2f88277
commit
eb34eb5881
1 changed files with 2 additions and 2 deletions
|
@ -674,8 +674,8 @@ JSON/YAML files. Unlike the other two formats, for binary files, one file corres
|
|||
To encrypt an binary file use the following command:
|
||||
|
||||
``` console
|
||||
$ cp /etc/krb5/krb5.keytab > krb5.keytab
|
||||
$ sops -e -o krb5.keytab
|
||||
$ cp /etc/krb5/krb5.keytab krb5.keytab
|
||||
$ sops -e krb5.keytab
|
||||
# an example of what this might result in:
|
||||
$ head krb5.keytab
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue