mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-10-21 10:09:37 +02:00
Manual Renew knows if DNS Challenge is required
This commit is contained in:
@@ -470,7 +470,7 @@ func IsPortInUse(port int) bool {
|
||||
}
|
||||
|
||||
// Load cert information from json file
|
||||
func loadCertInfoJSON(filename string) (*CertificateInfoJSON, error) {
|
||||
func LoadCertInfoJSON(filename string) (*CertificateInfoJSON, error) {
|
||||
certInfoBytes, err := os.ReadFile(filename)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user