Saturday 3 June 2023

OPEN SSL Commands

 Command to get the SSL certificate from the server. 

    openssl s_client -showcerts -connect ip:port


Command to import certificate to custom truststore. 

keytool -import -alias alias_name -file certificate.cer -storetype JKS -keystore CustomTrustStore

No comments:

Post a Comment

IDCS - Identity Federation with Azure and Google (SAML IDP & Social IDP)

The setup involves Identity Cloud Service (IDCS) acting as the central identity provider, facilitating seamless authentication and authoriza...