From: Ivo Timmermans Date: Thu, 30 Nov 2000 20:08:41 +0000 (+0000) Subject: Read the PEM file pointed to by the configuration directive X-Git-Tag: release-1.0pre4~109 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=09260b43d1ff037c22f86c82a6af830e9a6d6ae5;hp=09260b43d1ff037c22f86c82a6af830e9a6d6ae5;p=tinc Read the PEM file pointed to by the configuration directive PrivateKey. This means thatt he meaning of this variable has changed, it no longer should contain the private key directly. WARNING: This code is untested. ---