These are the cryptostorm server-side configs/scripts for OpenVPN
If you're looking for the client-side OpenVPN configs, they're at https://cryptostorm.is/configs/

ecc-udp.conf = the UDP ECC instance
rsa-udp.conf = the UDP RSA instance
auth.sh.txt = the auth script we use
session_up.sh.txt = the script that's executed on client connect
session_down.sh.txt = the script that's executed on client disconnect

Not included are the TCP configs, since the only difference
is minor changes like 'proto tcp' instead of 'proto udp'.
Also not included are the Ed25519 and Ed448 configs, since the only difference
is the algorithms the CA/server certificates use.