---
date: 2024-11-04T18:39:00+00:00
modified: 2024-11-04T18:39:00+00:00
permalink: https://kaspars.net/note/mastodon-social-113426611621731215
post_type: note
author:
  name: Kaspars
  avatar: https://reverse.kaspars.net/gravatar/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=mm&r=g
---

# On November 4, 2024 at 20:39

What’s your take on encrypting environment variables on servers? Where do you store the private key and how do you ensure it doesn’t leak just like environment variables would?

I see that <https://github.com/MightyMoud/sidekick> is using SOPS, for example.