Skip to content

Commit

Permalink
Minor corrections - README.md
Browse files Browse the repository at this point in the history
- Extraneous redirect removed
- Sops has deprecated the "-o" flag
  • Loading branch information
fauxmight authored and Mic92 committed Jul 27, 2024
1 parent aff2f88 commit eb34eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit eb34eb5

Please sign in to comment.