Centrifugo v0.2.2 Release Notes

    • ➕ Add TLS support. New flags are:
      • --ssl - accept SSL connections. This requires an X509 certificate and a key file.
      • --ssl_cert="file.cert" - path to X509 certificate file.
      • --ssl_key="file.key" - path to X509 certificate key.
    • ⚡️ Updated Dockerfile