mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
This allows all keys to be exported to a zip file. Keys that were already encrypted are kept as-is, and keys that weren't encrypted are encrypted with the specified passphrase. Also add a unit test that creates the zip file and checks the expected keys all exist, and are all encrypted with the expected passphrase. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>