How to view the SSL/TLS certificate content?

ARTIFACTORY: How to debug SSL issues with Artifactory

AuthorFullName__c
Tatarao Vana
articleNumber
000005401
ft:sourceType
Salesforce
FirstPublishedDate
2022-09-08T11:07:19Z
lastModifiedDate
2024-04-14
VersionNumber
5
We can use OpenSSL to view the content of the SSL/TLS certificate. Here is the sample command for the reference.
openssl x509 -in server.crt -text