Deleted certificate info and can't manage it

My domain is: sdzk.tlk

I ran this command: rm -rf /letsencrypt

It produced this output: deleted

My web server is (include version): Apache 2.4.52

The operating system my web server runs on is (include version): Ubuntu 22.04

My hosting provider, if applicable, is: Oracle Cloud

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): TinyCP 2.245.0

I deleted my certificate info on my server and now I can't really manage my certificate.

Welcome to the community @sdzkHelince

How did you create your certificate? Because if you did that in TinyCP you probably need to ask them what to do. Their community is here

And, is your real domain name: sdzk.tk ? (not .tlk)

3 Likes

Maybe I'm a bit too literal, but if you deleted all the certificate information, how did you expect to continue managing them?

I can only assume that you meant something more like: How can I get new certs (and manage them)?
If so, you may be in a catch-22 situation.
Where Apache fails to run because an HTTPS vhost is missing the certificate required for it to run.
And, thus, you can't use Apache to get any new certs.
If so, you must disable all HTTPS vhosts first.

And also, since we are talking about Apache, I'd be remiss if I didn't advise you to check that entire config with:
apachectl -t -D DUMP_VHOSTS

2 Likes

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