You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@if [ !-f global.secrets ];thenecho'Must generate global secrets first with\r\n\tmake global.secrets'&&false;fi
@if [ -z"${PIN}" ] || [ -z"${PERMS}" ];thenecho"Must provide PIN and permissions for HSM. For example:\r\n\tmake $@ PIN=123456 PERMS='1234=RWC'"&&false;fi