Guides
Harden Nginx in 15 Minutes
- Enable HTTPS (Let’s Encrypt).
- Add security headers (CSP, HSTS, XFO, XCTO).
- Disable weak ciphers; prefer TLS 1.2/1.3.
- Turn on fail2ban for brute-force patterns.
We’ll publish full runbooks soon — follow our tool picks meanwhile.
Secure S3 Buckets the Right Way
- Block Public Access (account & bucket).
- Encrypt with KMS CMKs; rotate annually.
- Use least-privilege IAM policies.
- Enable Access Analyzer & bucket logs.
DevSecOps: Add Scans to CI in 30 Minutes
- Static code: CodeQL/Sonar.
- Dependencies: SCA (e.g., OWASP Dep-Check or Snyk).
- Containers & IaC: Trivy, Checkov.
- DAST: ZAP in a review env.