We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2ab55 commit fa7cf5cCopy full SHA for fa7cf5c
cmd/cmd_run.go
@@ -113,13 +113,10 @@ func run(ctx *cli.Context) error {
113
114
meta := map[string]string{
115
renewEnvAccountEmail: account.Email,
116
- renewEnvCertDomain: cert.Domain,
117
- renewEnvCertPath: certsStorage.GetFileName(cert.Domain, ".crt"),
118
- renewEnvCertKeyPath: certsStorage.GetFileName(cert.Domain, ".key"),
119
- renewEnvCertPEMPath: certsStorage.GetFileName(cert.Domain, ".pem"),
120
- renewEnvCertPFXPath: certsStorage.GetFileName(cert.Domain, ".pfx"),
121
}
122
+ addPathToMetadata(meta, cert.Domain, cert, certsStorage)
+
123
return launchHook(ctx.String("run-hook"), meta)
124
125
0 commit comments