1
0
Fork 0
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:
A Frederick Christensen 2024-07-26 17:43:45 -05:00 committed by Jörg Thalheim
parent aff2f88277
commit eb34eb5881

View file

@ -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
{