Commit de13ad83 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Rafael Monnerat

Allow to index Certificate Authority Tool

parent 1752003e
......@@ -76,7 +76,7 @@ class CertificateAuthorityTool(BaseTool):
portal_type = 'Certificate Authority Tool'
security = ClassSecurityInfo()
allowed_types = ()
isIndexable = 0
isIndexable = 1
certificate_authority_path = os.environ.get('CA_PATH', '')
openssl_binary = binary_search('openssl')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment