I have a new server (AWS Linux2) that I am configuring. To test my system, I created a self-signed certificate - all worked.
I then created an LE certificate - that also worked as expected.
When I run Qualys SSL Server test, it reports my LE certificate as #1 (with no errors) and then my self-signed certificate as #2 (with errors).
Whats the best way of removing the self-signed certificate? I tried the 'obvious' thing of removing SSLCertificateFile from ssl.conf, but apache then refuses to start.
Thanks