Hi I've installed certbot on my Ubuntu 20.04 LTS machine. It is installed on x.com domain and I want to have a certificate for y.com domain, how do I do this?
Asked
Active
Viewed 122 times
0
-
2Hi, Welcome to SO. Please check [How to Ask](https://stackoverflow.com/help/how-to-ask) – kadamb Jun 07 '20 at 16:37
-
suggest using certbot to get cert for your y.com domain for let's encrypt. https://certbot.eff.org/ – washingon Jun 07 '20 at 22:27
1 Answers
0
suggest using certbot to get cert for your y.com domain for let's encrypt. https://certbot.eff.org/. Here's a tutorial for ubuntu 20.04 and apache for let's encrypt that does a good job of explaining
sudo certbot --apache

washingon
- 981
- 2
- 10
- 20