perf: Serialize concurrent certificate generation (#210)

* perf: Serialize concurrent certificate generation

* fix: Code review fixes

* fix: Code review fixes
This commit is contained in:
Abhisek Datta
2026-04-08 23:30:46 +05:30
committed by GitHub
parent a128a60982
commit e72ff6aeaf
4 changed files with 121 additions and 13 deletions
+1
View File
@@ -19,6 +19,7 @@ require (
github.com/spf13/pflag v1.0.10
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
golang.org/x/sync v0.20.0
golang.org/x/term v0.39.0
google.golang.org/grpc v1.75.0
gopkg.in/yaml.v3 v3.0.1