Skip to content

Commit

Permalink
Merge pull request #177 from govuk-one-login/LIME-1281
Browse files Browse the repository at this point in the history
LIME-1281: Making changes for hmpo prod cert rotation
  • Loading branch information
gds-jbentham authored Sep 23, 2024
2 parents b7962df + 867ebbc commit 817995d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ext {
]

// Code Coverage (Lines/Branches) cannot be below this value on a per sub project basis
minUnitTestLineCoverage = 0.7
minUnitTestLineCoverage = 0.9
minUnitTestBranchCoverage = 0.9
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import java.util.Map;

public class DVADCloseableHttpClientFactory {
public static final String MAP_KEY_TLS_CERT = "TLSCert-23-09-2024";
public static final String MAP_KEY_TLS_KEY = "TLSKey-23-09-2024";
public static final String MAP_KEY_TLS_CERT = "TLSCert-24-09-2024";
public static final String MAP_KEY_TLS_KEY = "TLSKey-24-09-2024";
public static final String MAP_KEY_TLS_ROOT_CERT = "TLSRootCertificate";
public static final String MAP_KEY_TLS_INT_CERT = "TLSIntermediateCertificate-23-09-2024";
public static final String MAP_KEY_TLS_INT_CERT = "TLSIntermediateCertificate-24-09-2024";

public CloseableHttpClient getClient(
boolean tlsOn,
Expand Down

0 comments on commit 817995d

Please sign in to comment.