Skip to content

Commit

Permalink
Suggest command to encrypt binary that respect .sopy.aml
Browse files Browse the repository at this point in the history
Based on getsops/sops#594 (comment) and tested locally successful
  • Loading branch information
SuperSandro2000 authored Nov 2, 2023
1 parent 632c316 commit 9ff9646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,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
$ sops -e /tmp/krb5.keytab > krb5.keytab
$ cp /etc/krb5/krb5.keytab > krb5.keytab
$ sops -e -o krb5.keytab
# an example of what this might result in:
$ head krb5.keytab
{
Expand Down

0 comments on commit 9ff9646

Please sign in to comment.