aws-samples / aws-cloudhsm-jce-examples

Sample applications demonstrating how to use the CloudHSM JCE
MIT No Attribution
36 stars 56 forks source link

Specify setting CU username and password in running examples section #77

Closed tstiemerling closed 9 months ago

tstiemerling commented 11 months ago

In the "Running and verifying all the samples" specify that the CU username and password should be set before running samples:

export HSM_USER= export HSM_PASSWORD=

or

java -DHSM_USER= -DHSM_PASSWORD= ...

See also issue #3 and #68

rday commented 9 months ago

Updated readme in c57ad1b . Leaving other issues open for specific sample modifications.