From 2e8ff6c1bd1eb96a6551304e16af5e01e86b328f Mon Sep 17 00:00:00 2001 From: James Yonan Date: Sun, 29 Aug 2010 05:24:15 +0000 Subject: 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 --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') 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 */ -- cgit v1.2.3