mirror of
https://github.com/Luzifer/vault-openvpn.git
synced 2024-12-24 13:51:22 +00:00
Make confirmation a cert has been created debug information
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7c187aa126
commit
2895423e4f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -410,7 +410,7 @@ func generateCertificate(fqdn string) (*templateVars, error) {
|
|||
log.WithFields(log.Fields{
|
||||
"cn": fqdn,
|
||||
"serial": secret.Data["serial_number"].(string),
|
||||
}).Info("Generated new certificate")
|
||||
}).Debug("Generated new certificate")
|
||||
|
||||
return &templateVars{
|
||||
Certificate: secret.Data["certificate"].(string),
|
||||
|
|
Loading…
Reference in a new issue