Commit 65e8b7dc authored by Łukasz Nowak's avatar Łukasz Nowak

- typo: comma (,) in the end


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44176 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 21a5b492
......@@ -192,9 +192,9 @@ class Recipe(BaseSlapRecipe):
ca_dir=os.path.join(self.data_root_directory, 'ca'))
login_key = os.path.join(config['ca_dir'], 'private', 'login.key')
login_certificate = os.path.join(config['ca_dir'], 'certs', 'login.crt')
key_auth_key = os.path.join(config['ca_dir'], 'private', 'keyauth.key'),
key_auth_key = os.path.join(config['ca_dir'], 'private', 'keyauth.key')
key_auth_certificate = os.path.join(config['ca_dir'], 'certs',
'keyauth.crt'),
'keyauth.crt')
config.update(
ca_certificate=os.path.join(config['ca_dir'], 'cacert.pem'),
......
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