Add SSL certificate checker

Implement SSL certificate checking functionality
This commit is contained in:
Tola Leng
2025-06-20 19:42:24 +07:00
parent 1eabf66311
commit 5ceaa09710
12 changed files with 913 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type Config struct {
func Load() *Config {
cfg := &Config{
Port: getEnv("PORT", "8091"),
Port: getEnv("PORT", "8092"),
DefaultCount: getEnvInt("DEFAULT_COUNT", 4),
DefaultTimeout: getEnvDuration("DEFAULT_TIMEOUT", 3*time.Second),
MaxCount: getEnvInt("MAX_COUNT", 20),