Closed neutronth closed 2 years ago
The SOPS command does not support multiple flags as following,
$ sops --age=recipient1 --pgp=recipient2 --pgp=recipient3
They should be like this instead
$ sops --age=recipient1 --pgp=recipient2,recipient3
Add the test cover this case which ensure that all recipients are encrypted properly
Closes #16
The SOPS command does not support multiple flags as following,
They should be like this instead
Add the test cover this case which ensure that all recipients are encrypted properly
Closes #16