SSL certificate is invalid after renewal

@srikanth I think you have mixed up your certs for the apex domain jobsforops.com and your www.jobsforops.com

See your certificates here: crt.sh | jobsforops.com

The apex domain cert is from Amazon. The www domain from Lets Encrypt.

The cert returned by your jobsforops.com server is the www cert:

openssl s_client -connect jobsforops.com:443 -servername jobsforops.com -trusted_first
---
Certificate chain
 0 s:/CN=www.jobsforops.com
   i:/C=US/O=Let's Encrypt/CN=R3
 1 s:/C=US/O=Let's Encrypt/CN=R3
   i:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
 2 s:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
   i:/O=Digital Signature Trust Co./CN=DST Root CA X3
---

You might want to combine both names in one LE cert and use that.