Skip to content

Commit

Permalink
Update command to encrypt secrets to PEM format
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 7, 2023
1 parent 64c724a commit 2ecdd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ $ # Update `tmpfile` contents...
$ vim tmpfile

$ # Re-encrypt the updated secret
$ age --encrypt -i ~/.age/key.txt -o ./secrets/<secretfile>.age < tmpfile
$ age --encrypt --armor -i ~/.age/key.txt -o ./secrets/<secretfile>.age < tmpfile
```

## Updating inputs
Expand Down

0 comments on commit 2ecdd2c

Please sign in to comment.