-
According to the document, the Chezmoi can deal with multiple Age identities and recipients. I am wondering if it is possible that I can select one identity for encryption when I try to |
Beta Was this translation helpful? Give feedback.
Answered by
twpayne
Aug 4, 2025
Replies: 1 comment 3 replies
-
Can I check that I understand what you want to achieve? Am I right I thinking that you want to be able to run $ chezmoi add --encrypt --recipient=$HOME_AGE_IDENTITY ~/.home-only-file on your home machine and $ chezmoi add --encrypt --recipient=$WORK_AGE_IDENTITY ~/.work-only-file on your work machine? i.e. you want to chose the recipient at the moment you encrypt the file. Is this correct? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, I've implemented this in #4586. Would you be able to test this?