|
|
@@ -143,6 +143,7 @@ public class AutoUpdateCertificatesVerifier implements Verifier { |
|
|
|
int statusCode = response.getStatusLine().getStatusCode(); |
|
|
|
String body = EntityUtils.toString(response.getEntity()); |
|
|
|
if (statusCode == 200) { |
|
|
|
log.info(" autoUpdateCert success。"+body); |
|
|
|
List<X509Certificate> newCertList = deserializeToCerts(apiV3Key, body); |
|
|
|
if (newCertList.isEmpty()) { |
|
|
|
log.warn("Cert list is empty"); |
|
|
|