Certain IT systems, such as Firewalls or SSO configurations, require a vendor SSL Certificate. You can retrieve this certificate easily by using one of the following methods:
Download Certificate using a Browser
Chrome
- Go to any page on DISPATCH (e.g. acme.leading2lean.com)
- View the certificate info by clicking the padlock icon in the URL bar, and click "Certificates"
- Drag the Certificate icon to your desktop or to a folder on your computer.
Internet Explorer
- Go to any page on DISPATCH (e.g. acme.leading2lean.com)
- View the certificate info by clicking the padlock icon in the URL bar, then click "View Certificate"
- Click the button "Export to file" from the Certificate Info section
Download Certificate using a Terminal
If you have access to OpenSSL, the following command will retrieve the public certificate for your instance of DISPATCH. Be sure to replace [customer] with your host.
openssl s_client -connect [customer].leading2lean.com:443
You can copy and paste the certificate from the results. Be sure to include the text-----BEGIN CERTIFICATE-----
and-----END CERTIFICATE-----
.
Windows users: You can gain access to commands like OpenSSL by installing WSL.
Expiration of SSL Certificate
If you are manually importing the L2L certificate into one of your IT systems, you will need to re-import the certificate before it expires. Please use the expiration date published on the certificate to trigger your internal processes. If you have any specific needs regarding the import process, please contact our support team.