Fix log message when adding a certificate

This commit is contained in:
Justin Santa Barbara 2016-10-15 13:15:32 -04:00
parent 2af1fde49d
commit 1b7db6a60b
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ func (c *VFSCAStore) StoreKeypair(id string, cert *Certificate, privateKey *Priv
}
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
serial := BuildPKISerial(0)