blob: 9093bd131b0dbf05aa8d96ef37abcbcc18d54bf5 [file] [log] [blame]
Karl Zhang3de5ab12021-05-31 11:45:48 +08001purpose to create a default (random) policy and create a key using it (random key data specified), then copy that key with another random policy;
2set policy name randomPolicy anotherPolicy;
3set key name aKey policy randomPolicy data *;
4set key name aNewKey from aKey policy anotherPolicy;