summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2010-08-29 05:24:15 +0000
committerJames Yonan <james@openvpn.net>2010-08-29 05:24:15 +0000
commit2e8ff6c1bd1eb96a6551304e16af5e01e86b328f (patch)
tree9d745e5d1dedcc22dea127474f975b1ad2162210 /options.h
parent5f866d914c71f010988fd85d5b178f3b8c3e2987 (diff)
downloadopenvpn-2e8ff6c1bd1eb96a6551304e16af5e01e86b328f.tar.gz
openvpn-2e8ff6c1bd1eb96a6551304e16af5e01e86b328f.tar.xz
openvpn-2e8ff6c1bd1eb96a6551304e16af5e01e86b328f.zip
Allow PKCS12 file content to be included inline in configuration file,
rendered as base64. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6412 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 240f3bb..1d5fe4c 100644
--- a/options.h
+++ b/options.h
@@ -473,6 +473,7 @@ struct options
const char *cert_file_inline;
char *priv_key_file_inline;
const char *dh_file_inline;
+ const char *pkcs12_file_inline; /* contains the base64 encoding of pkcs12 file */
#endif
int ns_cert_type; /* set to 0, NS_SSL_SERVER, or NS_SSL_CLIENT */