Skip to content

Commit

Permalink
ZTS: cli_root/zfs_load-key: add separate key files
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Issue: openzfs#11956
Closes openzfs#11976
  • Loading branch information
nabijaczleweli authored and tonyhutter committed Feb 16, 2022
1 parent 4d4f0d1 commit 9b185de
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ dist_pkgdata_SCRIPTS = \

dist_pkgdata_DATA = \
zfs_load-key.cfg \
zfs_load-key_common.kshlib
zfs_load-key_common.kshlib \
PASSPHRASE \
HEXKEY \
RAWKEY
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
password
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# Copyright (c) 2017 Datto, Inc. All rights reserved.
#

# $PASSPHRASE, $HEXKEY, and $RAWKEY must be kept in sync
# with the corresponding files in this directory

export PASSPHRASE="password"
export PASSPHRASE1="password1"
export PASSPHRASE2="password2"
Expand Down

0 comments on commit 9b185de

Please sign in to comment.