0

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?

kadamb
  • 1,532
  • 3
  • 29
  • 55
Alex
  • 1

1 Answers1

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