Vary CA name to improve debuggability

This commit is contained in:
Mark Burnett 2017-07-06 20:42:40 -05:00
parent bee2698022
commit c2842f49c4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class PKI:
result = self._cfssl(['gencert', '-initca', 'csr.json'],
files={
'csr.json': self.csr(
name='Kubernetes',
name=ca_name,
groups=['Kubernetes']),
})
LOG.debug('ca_cert=%r', result['cert'])