OpenTrans 2.1/EDIFACT D.96A File converter
'
to get the segments, than at +
to get data elements of that segments and at :
to get the individual components.certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d 'test.yopenedi.ch'
yopenedi/edifact_orders
yopenedi/opentrans_orders
<VirtualHost *:80>
ServerName test.yopenedi.ch
Redirect permanent / https://test.yopenedi.ch
</VirtualHost>
<VirtualHost 104.248.255.2:443>
ServerName test.yopenedi.ch
ProxyPreserveHost On
ProxyPass /excluded !
ProxyPass / http://127.0.0.1:3000/
ProxyPassReverse / http://127.0.0.1:3000/
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/test.yopenedi.ch/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/test.yopenedi.ch/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/test.yopenedi.ch/chain.pem
</VirtualHost>