This commit is contained in:
deamonkai
2026-01-23 12:11:21 -06:00
commit fc94008530
16494 changed files with 2974672 additions and 0 deletions

3
legacy/bin/certctl Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -euo pipefail
python3 -m certctl "$@"

4
legacy/bin/nsctl Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
echo "[deprecated] nsctl -> certctl" >&2
python3 -m certctl "$@"