mirror of
https://github.com/Luzifer/vault-openvpn.git
synced 2024-12-25 14:21:21 +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{
|
log.WithFields(log.Fields{
|
||||||
"cn": fqdn,
|
"cn": fqdn,
|
||||||
"serial": secret.Data["serial_number"].(string),
|
"serial": secret.Data["serial_number"].(string),
|
||||||
}).Info("Generated new certificate")
|
}).Debug("Generated new certificate")
|
||||||
|
|
||||||
return &templateVars{
|
return &templateVars{
|
||||||
Certificate: secret.Data["certificate"].(string),
|
Certificate: secret.Data["certificate"].(string),
|
||||||
|
|
Loading…
Reference in a new issue