@ChandanHaldar As per documentation opensearch.ssl.certificateAuthorities expects an array.
Try the following.
opensearch.ssl.certificateAuthorities: ["/oss/bin/opensearch/config/cert1.pem"]
Is the cert1.pem Root CA or OpenSearch node certificate? Any intermediate CA certificates must be also included.