Commit 10af16e
| Repository | bojemoi |
| Branch | main |
| Author | Betty |
| Hash | 10af16e9fdf0d0548b10291c972dee0b08665722 |
Description
- entrypoint.sh: acquire Let’s Encrypt cert via acme.sh at startup (webroot HTTP-01 on redirector-1.fly.dev); fallback self-signed uses CN=api.microsoft.com instead of CN=localhost; register-account step to avoid invalidContact error
- nginx.conf: load headers_more module + more_clear_headers Server; add ACME challenge location /.well-known/acme-challenge/ and /healthz on port 80
- Dockerfile: add ca-certificates, libnginx-mod-http-headers-more-filter, socat; download acme.sh script directly (avoids silent pipe install failure)
- start_msf_server.sh: pipe stdin keepalive (tail -f /dev/null | msfconsole) to prevent handler exit on EOF; add watchdog loop + port 4444 readiness check
- .claude/commands/opsec-check.md: new /opsec-check skill (6-phase C2 OPSEC audit)
- .claude/commands/topology.md: new /topology skill (swarm service dependency check)
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com