_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Encryption in Transit — šifrování přenosu dat

17. 12. 2025 1 min read intermediate

Data v přenosu bez šifrování = čitelná pro kohokoli na síti. TLS pro web, mTLS pro služby, VPN/WireGuard pro sítě.

TLS — základ

Nginx — force HTTPS

server { listen 80; return 301 https://$host$request_uri; } server { listen 443 ssl; ssl_protocols TLSv1.2 TLSv1.3; add_header Strict-Transport-Security “max-age=63072000” always; }

WireGuard VPN

Server

[Interface] PrivateKey = server_private_key Address = 10.0.0.1/24 ListenPort = 51820 [Peer] PublicKey = client_public_key AllowedIPs = 10.0.0.2/32

  • TLS 1.3 pro web a API
  • mTLS pro service-to-service
  • WireGuard pro site-to-site VPN
  • Database connections přes TLS

Key Takeaway

Šifrujte veškerý síťový provoz. TLS pro web, mTLS pro služby, WireGuard pro VPN.

securityencryptiontlsvpn
Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.