removing validtion from openssl

This commit is contained in:
kevgliss 2016-04-25 16:11:37 -07:00
parent 565d7afa92
commit 9b0e0fa9c2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class OpenSSLExportPlugin(ExportPlugin):
'type': 'str', 'type': 'str',
'required': False, 'required': False,
'helpMessage': 'If no passphrase is given one will be generated for you, we highly recommend this. Minimum length is 8.', 'helpMessage': 'If no passphrase is given one will be generated for you, we highly recommend this. Minimum length is 8.',
'validation': '^(?=.*[A-Za-z])(?=.*\d)(?=.*[$@$!%*#?&])[A-Za-z\d$@$!%*#?&]{8,}$' 'validation': ''
}, },
{ {
'name': 'alias', 'name': 'alias',