Commit 1feba486 authored by Łukasz Nowak's avatar Łukasz Nowak

- place to store SSL key and certificate on Software Instance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42526 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6193ae60
...@@ -36,6 +36,14 @@ class SoftwareInstance: ...@@ -36,6 +36,14 @@ class SoftwareInstance:
'description' : 'XML representing connection parameters', 'description' : 'XML representing connection parameters',
'type' : 'text', 'type' : 'text',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'ssl_key',
'description' : 'Raw representation of related SSL key',
'type' : 'text',
'mode' : 'w' },
{ 'id' : 'ssl_certificate',
'description' : 'Raw representation of related SSL certificate',
'type' : 'text',
'mode' : 'w' },
) )
181 182
\ No newline at end of file \ No newline at end of file
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