From 0cffac672cc60cf2c713e15c50ce9941363a900a Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 19 Mar 2015 10:24:35 -0500 Subject: [PATCH] SSLCA.py: Use utf8 for consistency Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Plugins/SSLCA.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/Bcfg2/Server/Plugins/SSLCA.py b/src/lib/Bcfg2/Server/Plugins/SSLCA.py index a33b2f4484..3fbd4c1563 100644 --- a/src/lib/Bcfg2/Server/Plugins/SSLCA.py +++ b/src/lib/Bcfg2/Server/Plugins/SSLCA.py @@ -197,7 +197,8 @@ def build_req_config(self, metadata): 'distinguished_name': 'req_distinguished_name', 'req_extensions': 'v3_req', 'x509_extensions': 'v3_req', - 'prompt': 'no' + 'prompt': 'no', + 'string_mask': 'utf8only' }, 'req_distinguished_name': {}, 'v3_req': {