mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 10:28:12 +01:00
Also trust the GeoTrust Global CA cert for now. We'll remove it soon.
This commit is contained in:
committed by
Jon Chambers
parent
6dfd13118d
commit
64c9648dd8
@@ -35,7 +35,7 @@ import static com.codahale.metrics.MetricRegistry.name;
|
||||
|
||||
public class RetryingApnsClient {
|
||||
|
||||
private static final String APNS_CA_FILENAME = "AAACertificateServices.crt";
|
||||
private static final String APNS_CA_FILENAME = "apns-certificates.pem";
|
||||
private static final Logger logger = LoggerFactory.getLogger(RetryingApnsClient.class);
|
||||
|
||||
private final ApnsClient apnsClient;
|
||||
|
||||
Reference in New Issue
Block a user