# Fixture credential + TLS material produced by gen-fixture-material.sh.
#
# NEVER commit anything in here: it holds the broker password hash, the fixture CA's
# PRIVATE key and the server's private key. The generator script is the artifact in
# git; its output is regenerated per machine.
secrets/

# Build output of publish-simulator.sh — the `sparkplug-sim` service's bind-mounted app
# directory. Regenerated per machine from the SparkplugSimulator project, exactly like
# secrets/ is regenerated by gen-fixture-material.sh; the SCRIPT is the artifact in git.
simulator/app/

# Belt-and-braces: catch key/cert material written directly into this directory by a
# hand-run openssl command that forgot the secrets/ prefix.
*.key
*.crt
*.csr
*.srl
passwd
