botserver/src/security
Rodrigo Rodriguez (Pragmatismo) acb78b30f9 refactor: standardize component names for certificates and DNS
- Rename service names to component names:
  - postgres -> tables
  - minio -> drive
  - redis -> cache
  - qdrant -> vectordb
  - mail -> email

- Update bootstrap certificate generation with new hostnames
- Update CoreDNS zone file with component-based DNS entries
- Update CA service certificates to use component names
- Update CA directory creation to use component names

All certificates include 127.0.0.1 as SAN for IP-based mTLS access
2025-12-07 10:42:02 -03:00
..
antivirus.rs - Split into botui. 2025-12-02 21:09:43 -03:00
ca.rs refactor: standardize component names for certificates and DNS 2025-12-07 10:42:02 -03:00
cert_pinning.rs - Split into botui. 2025-12-02 21:09:43 -03:00
integration.rs - Split into botui. 2025-12-02 21:09:43 -03:00
mod.rs - Split into botui. 2025-12-02 21:09:43 -03:00
mutual_tls.rs - Split into botui. 2025-12-02 21:09:43 -03:00
tls.rs feat(bootstrap): implement mTLS for Vault access 2025-12-07 02:13:28 -03:00