1 parent 335de30 commit b613a58Copy full SHA for b613a58
1 file changed
internal/cli/pipeline.go
@@ -210,6 +210,7 @@ func runPipeline(cmd *cobra.Command, args []string) error {
210
if err := keyedSigner.ExportCATo(outputDir); err != nil {
211
return fmt.Errorf("exporting CA cert: %w", err)
212
}
213
+ caExported = true
214
if !quiet {
215
fmt.Fprintf(os.Stderr, " CA cert exported to %s/forgeseal-signing-ca.crt\n", outputDir)
216
0 commit comments