EKEugene Kobyakovinblog.openziti.io·Feb 26, 2025 · 3 min readSecuring Ziti Identities with HSM/TPMRegular readers of this blog know that OpenZiti provides secure overlay networking between Ziti identities. You can improve security of your OpenZiti edge identities by using hardware-based private keys. This guide provides step-by-step instructions ...00
EKEugene Kobyakovinblog.openziti.io·May 21, 2024 · 3 min readzrok VPNThe latest version of zrok has a new capability -- host-to-host VPN tunnel. TL;DR version On VPN host $ sudo -E zrok share private --headless --backend-mode vpn [ 0.542] INFO sdk-golang/ziti.(*listenerManager).createSessionWithBackoff: {session ...00
EKEugene Kobyakovinblog.openziti.io·Oct 24, 2023 · 3 min readPut some Ziti in your CaddyIn this post I'll continue showing the power of OpenZiti and its SDK. This time I'll show you how we zitified Caddy Server. If you're a regular reader of this blog, the concept of zitification, i.e. embedding OpenZiti SDK into you application, should...00M
EKEugene Kobyakovinblog.openziti.io·Jan 9, 2023 · 4 min readZero Trust monitoring with OpenZitiIntro Monitoring is very important in today's technology world. It allows system administrators to detect early signs of failures and security breaches, and address them before they cause outages improve resource utilization reduce time spent on a...01B
EKEugene Kobyakovinblog.openziti.io·Sep 20, 2022 · 3 min readOpenZiti Python SDK: IntroductionZiti Python SDK: Intro OpenZiti project adds security layers that make your service available without exposing incoming ports, provides identity-specific end-to-end encryption, masks your network traffic protocols/ports, and allows developers to be m...00