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
Transfer orders can be used to move orders from one organization to another. This process is similar to an inter-organization transfer but ...
No comments:
Post a Comment