mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
This subdirectory is at the same level as root_keys. It avoids having rootKeyStore and nonRootKeyStore overlap. Previously, the base directory for rootKeyStore was .../private/root_keys and the base directory for nonRootKeyStore was .../private. This commit also removes deduplicating logic in ExportAllKeys, which is no longer needed now that the stores don't overlap. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>