Need to delete on cloned vps

My domain is: borduurline.be

I cloned my VPS so now the lets encrypt is on both systems.
how do I completely remove lets encrypt so that I can install the new domain name?

My web server is (include version): Nginx

The operating system my web server runs on is (include version): ubuntu 18.04

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know): Yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 0.31.0

1 Like

Hi @the.boxer

first, Letsencrypt is the CA, not your client.

Your ACME client is Certbot.

If you don't longer use a certificate, check

certbot certificates

then use the delete command to delete the certificate.

See

https://certbot.eff.org/docs/using.html

Install a new webserver with your new domain name and create a new certificate. That's all.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.