I can't believe it. The incident has actually been reported!
I don't use Caddy, but it seems like it tried to generate and write a TLS certificate into /usr/local
, but didn't have the necessary permissions. Basically it tried to use sudo tee ...
to write a file. Is Caddy running in a container? If it is, you might need to create a volume at /usr/local/share/ca-certificates
. If not in a container, you'll need to grant the caddy
user write permissions in that directory.
But to answer your question directly, it's not a cause for concern. You're not getting hacked, it's just a configuration error.