Excluded admin-code/*SECRETS.inc (real Nitrokey HSM PINs in the public source repo) — SECRETS.inc.example template added in their place. Rotation/history-purge ruling pending in #783. legacy-* trees exempt from lint/pointer checks (historical verbatim code). https://projects.knownelement.com/issues/769#note-4152
6 lines
172 B
Bash
6 lines
172 B
Bash
#!/bin/bash
|
|
|
|
# This resets the counters on the HSM and ensures the PIN is what we want for now.
|
|
sc-hsm-tool --initialize --so-pin 1636511164917894 --pin 712583
|
|
sc-hsm-tool
|