Hi,

On Tue, Sep 25, 2018 at 10:11:47AM -0400, Frank wrote:
>     I tried this (successfully imported the files as a .ovpn12 file)
> and am stuck.  It is still looking for the .key and .crt  files.
> 
> My myvpn.ovpn file contains:
> 
> ca ca.crt
> cert ve2cii_iphone7.crt
> key ve2cii_iphone7.key
> 
> I think I need to change this to point to the .ovpn12 file??  I am not 
> sure.

The easiest way is to just include the files into the .ovpn file

<ca>
  (include the content of ca.crt here, "exactly as it is in the ca.crt file")
</ca>
<cert>
  (include the content of ve2cii_iphone7.crt here)
</cert>
<key>
  (include the content of ve2cii_iphone7.key here)
</key>

and remove the "ca/cert/key" lines pointing to external files.

gert


-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
                             Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany                             g...@greenie.muc.de

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to