我正在通过SSH客户端为我的域安装免费的SSL证书。我在此步骤./certbot-auto certonly --webroot -w /opt/bitnami/apps/wordpress/htdocs/ -d dailyleaks.cf -d www.dailyleaks.cf
中输入错误的域时犯了一个错误。并为该错误的域安装了ssl证书。现在,我想为正确的域安装新的证书,以便解决此错误,
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: www.dailyleaks.cf
Type: unauthorized
Detail: Invalid response from
http://www.dailyleaks.cf/.well-known/acme-challenge/LVDBdk59spUHycXHtOM1ZMjRccQQ2VW5LXaReRUv8Po:
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\"
\"http://www.w3.org/TR/html4/frameset.dtd\">\n\n<html>\n <head>\n
<titl"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
我应该使用什么命令来卸载该错误的域SSL证书?