All root certificates are self signed by definition, the one you trust you collect into directory by default that is /etc/ssl/certs although firefox & kde have a separate one.
the command should have been:
openssl s_client -connect
www.GiftsAtDesiHaat.com:443 -showcerts -CApath /etc/ssl/certs
to be able to validate the root certificate.