HTTPs support #654
josecelano
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allow to set up your certificate to server the frontend using HTTPs.
NITRO_SSL_CERT
,NITRO_SSL_KEY
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/orentry_script_sh
.Links
Beta Was this translation helpful? Give feedback.
All reactions