Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 1 | purpose to create a default (random) policy and create a key using it (random key data specified), then copy that key with another random policy; |
2 | set policy name randomPolicy anotherPolicy; | ||||
3 | set key name aKey policy randomPolicy data *; | ||||
4 | set key name aNewKey from aKey policy anotherPolicy; |