mirror of https://github.com/kubernetes/kops.git
Fix log message when adding a certificate
This commit is contained in:
parent
2af1fde49d
commit
1b7db6a60b
|
|
@ -454,7 +454,7 @@ func (c *VFSCAStore) StoreKeypair(id string, cert *Certificate, privateKey *Priv
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *VFSCAStore) AddCert(id string, cert *Certificate) error {
|
func (c *VFSCAStore) AddCert(id string, cert *Certificate) error {
|
||||||
glog.Infof("Issuing new certificate: %q", id)
|
glog.Infof("Adding TLS certificate: %q", id)
|
||||||
|
|
||||||
// We add with a timestamp of zero so this will never be the newest cert
|
// We add with a timestamp of zero so this will never be the newest cert
|
||||||
serial := BuildPKISerial(0)
|
serial := BuildPKISerial(0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue