0

My SSL from Let's Encrypt has been expired. Rather than using the Lets Encrypt I want to use the on from Amazon it self. There are two questions:

1) How to remove the existing expired certificate. 2) How to install from Amazon.

Checked the various forums which say install Let's Encrypt. But not, how to remove expired one.

Any one, Help?

Sachin
  • 15
  • 2
  • 10

1 Answers1

1

Assuming you are using apache on linux.

1) certbot delete

will help you to delete the let's encrypt cert. Ref

2)

Update cert file paths from default-ssl.conf [or whatever the file if you manually setup] inside /etc/apache2/sites-available/ with the one you bought from amazon.

Mg Thar
  • 1,084
  • 8
  • 24
  • How did you installed the lets encrypt in your system? Using certbot? – Mg Thar Jan 31 '18 at 01:49
  • Yes using https://metablogue.com/enable-lets-encrypt-ssl-aws-lightsail but now is not working I get Command not found. – Sachin Jan 31 '18 at 11:41