Commit b5b4fca7 authored by Alain Takoudjou's avatar Alain Takoudjou

erp5promise: certificate_authority -> caucase, add caucause secure_url

parent d06bf2a5
...@@ -47,7 +47,8 @@ class Recipe(GenericBaseRecipe): ...@@ -47,7 +47,8 @@ class Recipe(GenericBaseRecipe):
('smtp_url', 'smtp-url'), ('smtp_url', 'smtp-url'),
)), )),
('portal_certificate_authority', ( ('portal_certificate_authority', (
('certificate_authority_url', 'certificate-authority-url'), ('caucase_url', 'caucase-url'),
('caucase_secure_url', 'caucase-secure-url'),
)), )),
): ):
promise_parser.add_section(section_name) promise_parser.add_section(section_name)
......
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