6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eufx
|
|
|
|
openssl rand -engine tpm2tss -hex 10 >/dev/null
|