Understand AS2 connections Before you begin To be able to create an integration with your trading partner through an AS2 connection, you will have to have traded the necessary info with them, like the certificates and IDs. You and your trading partner will also need to come to an agreement on which algorithms to use… Continue reading Understand the AS2 connection
Tag: as2 connection
Set Up AS2 Connection
Set up an AS2 connection Step 1: Gather & exchange your info Before you can establish your connection, you and your partner must exchange certain pieces of info. Find out more about this info is and how it works. Your info The following items should have already been determined and shared with your partner: The X.509 Certificate that contains… Continue reading Set Up AS2 Connection
Create self-signed SSL certificates for AS2 connections
Use the following steps to generate a self-signed SSL certificate using the OpenSSL utility: Run the below OpenSSL command to generate your private key and public certificate. openssl req -newkey rsa:2048 -nodes -keyout domain.key -x509 -days 365 -out domain.cer You will be prompted to add identifying information about your organization to the certificate. Since a self-signed… Continue reading Create self-signed SSL certificates for AS2 connections