Hi
I have problem in get and resolve ssl issue and based on Lets encrypt ssl That "too many issued certs" error is a consequence of it using "--force". [very bad practice]
/root/.acme.sh/acme.sh --issue -d mydomain.xyz --cert-file /etc/letsencrypt/live/mydomain.xyz/cert.pem --key-file /etc/letsencrypt/live/mydomain.xyz/privkey.pem --fullchain-file /etc/letsencrypt/live/mydomain.xyz/fullchain.pem -w /usr/local/lsws/Example/html -k ec-256 --force --server letsencrypt
It was happen when tried to solve the email login on snappy email
after wihle I decide to install new cyberpanel without email service in new IP address and still not succeed to get the ssl for whole website
It faild to get the cert.pem
I need help pleas