ISA
ID when you created your Local profile.
An AS2 ID must be between 1-128 printable ASCII characters (except double quote or backslash), and is case sensitive. It’s customary to use all capitalized letters and include no spaces.
CRT
to PEM
:
openssl x509 -in cert.crt -out cert.pem
Convert CER
to PEM
:
openssl x509 -in cert.cer -out cert.pem
Convert DER
to PEM
:
openssl x509 -in cert.der -out cert.pem
acme-signing-private.pem
for the first run and acme-encryption-private.pem
for the second run.
Create a new certificate. The -days
option specifies the number of days the certificate will remain valid.