Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
update ct logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymiiOrg committed Dec 3, 2017
1 parent cc97c32 commit c144628
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions functions/variables.php
Expand Up @@ -23,23 +23,15 @@
# Don't change stuff down here.
date_default_timezone_set('UTC');

$version = 3.2;
$version = 3.3;

ini_set('default_socket_timeout', $timeout);

//used for random filenames in /tmp in crl and ocsp checks
$random_blurp = rand(10,99999);

// 2015-09-21 http://www.certificate-transparency.org/known-logs
// $ct_urls = ["https://ct.ws.symantec.com",
// "https://ct.googleapis.com/pilot",
// "https://ct.googleapis.com/aviator",
// "https://ct.googleapis.com/rocketeer",
// "https://ct1.digicert-ct.com/log",
// "https://ct.izenpe.com",
// "https://ctlog.api.venafi.com",
// "https://log.certly.io"];
$ct_urls = ["https://ct.googleapis.com/aviator"];
// https://www.gstatic.com/ct/log_list/log_list.json
$ct_urls = ["https://ct.googleapis.com/pilot", "https://ct1.digicert-ct.com/log"];


# 2014-11-10 (nov) from wikipedia
Expand Down

0 comments on commit c144628

Please sign in to comment.