You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If everything has gone according to plan, Gitea will be expecting HTTPS traffic and will perform SSL authentication using the key and certificate generated in the first step.
147
-
149
+
148
150
Notes:
149
-
151
+
150
152
* The certificate has a one-year lifetime. It can be regenerated at any time by re-running the command provided earlier.
151
153
* Gitea also supports LetsEncrypt. See [using ACME with Let's Encrypt](https://docs.gitea.com/administration/https-setup#using-acme-default-lets-encrypt).
152
154
@@ -198,7 +200,7 @@ Use your browser to connect to the Gitea service, either:
198
200
https://gitea.my.domain.com
199
201
```
200
202
201
-
This assumes that the reverse proxy redirects the *indirect* form (using HTTPS) to one of the *direct* forms (using HTTP).
203
+
This assumes that the reverse proxy redirects the *indirect* form (using HTTPS) to one of the *direct* forms (using either HTTP or HTTPS).
202
204
203
205
Click on the <kbd>Register</kbd> button to create an account for yourself.
0 commit comments