Skip to content
/ docs Public

Commit 68f0977

Browse files
committed
chore: remove legacy ssl fix
1 parent f0054c0 commit 68f0977

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

common-issues/invalid-ssl.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,3 @@ To resolve this use Cloudflare Page Rule / Redirect Rule Exception
2121
- If URL path starts with `/.well-known/acme-challenge/*`
2222
- → Do not forward to HTTPS
2323
3. Make sure this rule is above any global redirect
24-
25-
## Debugging
26-
27-
If you are not using a reverse proxy, 5Stack generates its own SSL certificates. Occasionally, these certificates may become invalid, which can lead to SSL errors when accessing your site.
28-
29-
To fix this and regenerate the SSL certificates:
30-
31-
1. Go to your 5Stack installation directory.
32-
2. Run `git pull` to ensure you have the latest updates.
33-
3. Regenerate the certificates by running:
34-
35-
```sh
36-
./fix-ssl.sh
37-
```
38-
39-
Wait a couple of minutes, then check the status of your SSL certificates by running:
40-
41-
```sh
42-
./debug.sh
43-
```

0 commit comments

Comments
 (0)