classo
March 22, 2020, 3:48pm
1
Hi!
The SSL certificate was initially set up by a freelance dev. It is now expired and I need to renew it ASAP as our app is no longer available to our customers…
My domain is: app.classo.org
I ran this command: I am not a developper…
My hosting provider, if applicable, is: AWS
Can you help me?
Thanks.
9peppe
March 22, 2020, 3:54pm
2
Do you have access to your aws account and can you connect to the machine via SSH (Secure SHell)?
classo
March 22, 2020, 3:57pm
3
Hi!
Thanks for getting back so quickly.
I do have access to my AWS account.
As for an SSH connexion, I have another dev who can access it if you can give me the steps to follow.
9peppe
March 22, 2020, 3:58pm
5
Log in via ssh and find out what is installed on the machine. It might be docker, it might be an acme client (certbot, acme.sh, or others …)
9peppe
March 22, 2020, 4:02pm
7
You need to discover which software is taking care of your certificates. I cannot give more specific instructions without knowing what you run.
Try running ss -tulpn
and paste the result (use ```
before and after) – it will tell you which processes are listening on your machine.
classo
March 22, 2020, 4:05pm
8
OK. We’ll do that.
Once we have that info, how can we renew?
9peppe
March 22, 2020, 4:07pm
9
Once you have that info you keep digging.
You see which of the listening services uses certificates, and that could tell you what software was used to make them.
classo
March 22, 2020, 4:08pm
10
OK. Thanks.
We’ll get back if needed.
system
Closed
April 21, 2020, 4:08pm
11
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.