mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Update language and spelling
This commit is contained in:
parent
2ad2ad30b3
commit
16e5cedc79
@ -36,23 +36,21 @@ certbot renew
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
If you get a `Insecure Connection` or related when trying to access your panel, it is likely that the SSL has expired.
|
If you get an `Insecure Connection` or related error when trying to access your panel, it is likely that the SSL certificate has expired.
|
||||||
This can be easily fixed by renewing the SSL certificate, although using the command
|
This can be easily fixed by renewing the SSL certificate, although using the command `certbot renew` won't do the job. As it'll give a error like: `Error: Attempting to renew cert (domain) from /etc/letsencrypt/renew/domain.conf produced an unexpected error`.
|
||||||
``` text
|
This will happen especially if you're running NGINX instead of Apache. The solution for this is to stop NGINX, then renew the certificate, finally restart NGINX.
|
||||||
certbot renew
|
|
||||||
```
|
Stop NGINX:
|
||||||
Wont do the job. As it'll give a error such as `Error: Attempting to renew cert (domain) from /etc/letsencrypt/renew/domain.conf produced an unexpected error`.
|
|
||||||
This will happen especially if your running NGINX instead of Apache, the solution for this is to stop NGINX, renew the certificate then start NGINX once again.
|
|
||||||
You can do this by running,
|
|
||||||
```bash
|
```bash
|
||||||
systemctl stop nginx
|
systemctl stop nginx
|
||||||
```
|
```
|
||||||
To stop the NGINX service. Now you need to renew the certificate, you can do this by running,
|
|
||||||
|
Renew the certificate:
|
||||||
```bash
|
```bash
|
||||||
certbot renew
|
certbot renew
|
||||||
```
|
```
|
||||||
Wait for the process to complete.
|
|
||||||
Once it has, you may now re-start the NGINX service using,
|
Once the process has complete, you can restart the NGINX service:
|
||||||
```bash
|
```bash
|
||||||
systemctl start nginx
|
systemctl start nginx
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user