mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-09 06:37:47 +02:00
Added default Ca features
+ Added default CA feature + Fixed RWD issue in TLS cert table + Optimized ACME UI in the TLS page
This commit is contained in:
@@ -49,3 +49,8 @@ func loadCAApiServerFromName(caName string) (string, error) {
|
||||
|
||||
return val, nil
|
||||
}
|
||||
|
||||
func IsSupportedCA(caName string) bool {
|
||||
_, err := loadCAApiServerFromName(caName)
|
||||
return err == nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user