Unable to apply Let's Encrypt SSL to Server url

Hi all,

So I have a site, tesla.rsvps.net:8000 that I use for my server and CyberPanel login, and the tesla.rsvps.net is the main site, with the public_html.

For some odd reason, I’m unable to issue a SSL certificate on there, ever since upgrading to 2.0.0 Build 2.

So I’m getting the following errors in error-logs.txt:

[08.08.2020_02-24-51] ZGkn/M1hVGLvE1ZwgXJyhc189gPIy1RLsudo /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/virtualHostUtilities.py issueSSL --virtualHostName tesla.rsvps.net --administratorEmail [email protected] --path /home/tesla.rsvps.net/public_html
[08.08.2020_02-24-52] Trying to obtain SSL for: tesla.rsvps.net and: www.tesla.rsvps.net
[08.08.2020_02-24-52] /root/.acme.sh/acme.sh --issue -d tesla.rsvps.net -d www.tesla.rsvps.net --cert-file /etc/letsencrypt/live/tesla.rsvps.net/cert.pem --key-file /etc/letsencrypt/live/tesla.rsvps.net/privkey.pem --fullchain-file /etc/letsencrypt/live/tesla.rsvps.net/fullchain.pem -w /home/tesla.rsvps.net/public_html --force
[08.08.2020_02-24-58] Failed to obtain SSL for: tesla.rsvps.net and: www.tesla.rsvps.net
[08.08.2020_02-24-58] Trying to obtain SSL for: tesla.rsvps.net
[08.08.2020_02-24-59] Failed to obtain SSL, issuing self-signed SSL for: tesla.rsvps.net
[08.08.2020_02-25-00] Connection unexpectedly closed
[08.08.2020_02-25-00] Self signed SSL issued for tesla.rsvps.net.
[08.08.2020_02-25-00] systemctl restart lsws

When I run the following command:
/root/.acme.sh/acme.sh --issue -d tesla.rsvps.net -d tesla.rsvps.net --cert-file /etc/letsencrypt/live/tesla.rsvps.net/cert.pem --key-file /etc/letsencrypt/live/tesla.rsvps.net/privkey.pem --fullchain-file /etc/letsencrypt/live/tesla.rsvps.net/fullchain.pem -w /home/tesla.rsvps.net/public_html --force --debug

I get this response:
[Sat Aug 8 02:33:22 UTC 2020] Create new order error. Le_OrderFinalize not found. {
“type”: “urn:ietf:params:acme:error:rateLimited”,
“detail”: “Error creating new order :: too many certificates already issued for exact set of domains: tesla.rsvps.net: see Rate Limits - Let's Encrypt”,
“status”: 429
}

All help would be appreciated.