Hello,
I finally managed to run openvpn docker transmission with a "custom provider"
I will try to explain what I did but I have bad English.
First
We will take the example that I have my 4 files
test.ovpn
testca.crt
test.crt
test.key
I just edit in the test.ovpn file (with notepad ++)
ca testca.crt <=> ca /etc/openvpn/custom/test.crt
key test.key <=> key /etc/openvpn/custom/test.key
cert test.crt <=> cert /etc/openvpn/custom/test.crt
After in the AppData shared folder I created an OpenVPN/test/ folder
In OpenVPN/test/ I put my 4 files
test.ovpn
testca.crt
test.crt
test.key
I created to another folder in AppData/OpenVPN/test/default.ovpn/
In this folder I created a file named default.ovpn
With notepad ++ I edit it and I just write test.ovpn at the first line
So I have AppData/OpenVPN/test/default.ovpn/default.ovpn
The configuration of the docker is exactly the same as in the video, I just added
OPENVPN_CONFIG = test
I do not have user or password set to "dummy"
In Hostpath Container Path
/sharedfoldersAppData/OpenVPN/test/default.ovpn <=> /etc/openvpn/custom/default.ovpn
/sharedfolders/AppData/OpenVPN/test <=> /etc/openvpn/custom
For me it works