Skip to content

HTTPs support #380

@josecelano

Description

@josecelano

Allow to set up your certificate to server the frontend using HTTPs.

  • Add Nitro env vars NITRO_SSL_CERT, NITRO_SSL_KEY
  • Add folders for certificates like in the Tracker:
storage/tracker/
├── lib
│   └── tls
│       ├── localhost.crt  => /var/lib/torrust/index-gui/tls/localhost.crt [user supplied]
│       └── localhost.key  => /var/lib/torrust/index-gui/tls/localhost.key [user supplied]
└── log                    => /var/log/torrust/index-gui (future use)

These tasks require changes in the Containerfile and/or entry_script_sh.

Links

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions