Chau Long Do

Results 3 issues of Chau Long Do

this file base.pconf ``` {%- set intraday_regions = ["useu", "cnhkusadr"] -%} {% if ny5 is defined and ny5 -%} global.ny5 = true {% else -%} global.ny5 = false {% endif...

question
feature request

add utils function to generate the privatekey

when there testing on github without .pem file, loading the key here make the error, so I create a dummy private key and public key for testing. And it passed...