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