-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Enhancement / Feature RequestSomething NewSomething New
Milestone
Description
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
Labels
Enhancement / Feature RequestSomething NewSomething New
Type
Projects
Status
Done