stack/caucase: Support CSR as a file
Allow to pass template_csr as a file, as it is useful for some cases.
Showing
-
Reporter
I'm tempted to split these arguments in 2 parts:
- one which decides the file path & name
- the other which decides what to write in it
So this gives something like:
template_csr template_csr_pem Meaning None
None
Auto-generate CSR wherever None
X Use this CSR data wherever Y None
Use this pre-existing CSR file Y X Can behave like "Store pre-existing CSR in this file" without being too surprising to user, although they should really not reuse CSRs -
mentioned in merge request nexedi/slapos!434 (merged)