"description":"Caucase port to use for https connexion.",
"default":8010
}
]
"base-port":{
"title":"Base TCP port",
"description":"If 80, caucase will also listen on 443. Otherwise, caucase will listen on port and port + 1.",
"type":"integer",
"default":8009
},
"external-url":{
"title":"External http url",
"description":"External http url which point to caucase on http. This url will be added in signed certificate as CRL distribution point URI",
"title":"External URL of base port",
"description":"When provided, this URL will be added to issued certificate as the CRL distribution point.",
"type":"string",
"format":"uri"
},
"ca-subject":{
"title":"Subject of CA Certificate",
"description":"CA certificate subject as string. The format is: /C=XX/ST=State/L=City/OU=OUnit/O=Company/CN=CA Auth/emailAddress=xx@example.com. Only /CN is mandatory.",
"description":"Number of pending csr to accept. If this limit is reached, no more csr will be accepted by the CA.",
"service-auto-approve-amount":{
"title":"Number of service certificate requests to automatically approve",
"description":"Once that number has been reached, a user must validate further requests. Renewals do not count toward this number. Cannot be changed once set.",
"type":"integer",
"default":10
"default":0
},
"crt-life-time":{
"title":"Signed Certificate life time",
"description":"The time in seconds before a generated certificate will expire. Default: 365*24*60*60 seconds (1 year)",
"user-auto-approve-amount":{
"title":"Number of user certificate requests to automatically approve",
"description":"Once that number has been reached, a user must validate further requests. Renewals do not count toward this number. Cannot be changed once set.",
"type":"integer",
"default":31536000,
"minimum":86400
},
"crl-life-period":{
"title":"CRL life time period",
"description":"Number of individual certificate validity periods during which the CRL is valid. Default: 1/50.0",
"type":"number",
"default":0.2
},
"ca-life-period":{
"title":"CA Certificate life period",
"description":"Number of individual certificate validity periods during which the CA certificate is valid. Default: 10",
"type":"number",
"default":10
},
"crt-keep-time":{
"title":"Time before cleanup certificate content on CA",
"description":"The time in seconds before a generated certificate will be deleted on CA server. Set 0 to never delete. Default: 30*24*60*60 seconds (30 days)",
"default":5184000,
"type":"integer"
"default":1
},
"auto-sign-csr-amount":{
"title":"Number of CSR to sign automatically",
"description":"The number of CSR to sign automatically at startup. Has no effect if there is more than the specified value of csr submitted to caucase. This value should be as lowest as possible",
"default":1,
"minimum":1,
"key-length":{
"title":"Key length",
"description":"Size, in bits, of the SSL key generated to authenticate users.",
"description":"Periodicity of CRL update, in cron format. The CRL will be downloaded from caucase URL and the new content will be saved if there was a change. Everytime a new CRL is writen, Apache reload will be called.",
``caucase-eggs`` needs to be listed in ``parts=`` of the software buildout or referenced by another installed part.
.. note:: ``caucase-jinja2-library`` needs to be referenced in an installed section using ``slapos.recipe.template`` from software buildout to make macros available in the the context of instance buildout. From ``software.cfg``: