Hi @JuergenAuer,
Thank you for your reply. This is the same website that we have actually discussed before on another thread I created: Certificate did not renew but is not showing any errors.
I am curious, when executing this command to generate the bundle.pfx file, is it possible to specify which certificate I am using? Can I delete the files that were not created on 2019-12-13 and force 8443 to use this certificate? That is what I would like to try but I am curious to get your thoughts.
openssl pkcs12 -export -out bundle.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -password pass:apassword
Thank you again so much for your help.