# Self-signed SSL certificate placeholder
# Replace with real certificates in production!

# Generate self-signed certificate:
# openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
#     -keyout privkey.pem \
#     -out fullchain.pem \
#     -subj "/CN=localhost"
