I just need someone to fix an error from a daemon it is an SSL error
add me on discord Voxtility#0001
add me on discord Voxtility#0001
Regenerate your cert..I just need someone to fix an error from a daemon it is an SSL error
add me on discord Voxtility#0001
Regenerate your cert..
[root@eu ~]# sudo certbot --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The nginx plugin is not working; there may be problems with your existing configuration.
The error was: NoInstallationError()
[root@eu ~]#
Even if it's not for the panel then it has to be for a domain anyway, so what you'll want to run either way isIts not for the panel
He did say it's not for the panel btwassuming you already had this setup correctly, certbot renew should do what you need, if not, please run this command;
systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx
If you don't have nginx installed, you can remove the nginx part. It would just be certbot certonly --authenticator=standalone --domains=<yourdomain>
If none of the above work for you, you probably have an authentication problem or something is wrong with Pterodactyl.
idk whether to laugh or like so I'll do neither.It doesn't matter, it would still work, that's also why I gave him several commands to try.
Also, make sure you're restarting the daemon after this.
If that doesn't work, stop using pterodactyl and close your hosting company.
Problem binding to port 80: Could not bind to IPv4 or IPv6.assuming you already had this setup correctly, certbot renew should do what you need, if not, please run this command;
systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx
If you don't have nginx installed, you can remove the nginx part. It would just be certbot certonly --authenticator=standalone --domains=<yourdomain>
If none of the above work for you, you probably have an authentication problem or something is wrong with Pterodactyl.
Problem binding to port 80: Could not bind to IPv4 or IPv6.
thats the error im getting
Using nginxStop your apache2 server and do it again. Then start apache2 again.
Stop your nginx server and do it again. Then start nginx again.Using nginx
If you did what I told you to do, that wouldn't be a problem.
systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx
[root@eu ~]# systemctl stop nginx && certbot --authenticator=standalone --installer=nginx && pkill nginx && systemctl start nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The nginx plugin is not working; there may be problems with your existing configuration.
The error was: NoInstallationError()
[root@eu ~]#
Seems like a problem with your nginx configuration, you don't need it to install into nginx either. Again, as I've said...
certbot certonly --authenticator=standalone --domains=<your domain>
If you ALREADY HAVE A CERTIFICATE, please do certbot renew
[root@eu ~]# certbot certonly --authenticator=standalone --domains=game-01.voltrux.host
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for game-01.voltrux.host
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.
[root@eu ~]#
