Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #184 from launchdarkly/eb/ch63081/tls-tests
Browse files Browse the repository at this point in the history
fix generation of CA certs for TLS tests
  • Loading branch information
eli-darkly authored Jan 29, 2020
2 parents c4f65d3 + 087ceca commit 013733c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/launchdarkly/client/TestHttpUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public ServerWithCert() throws IOException, GeneralSecurityException {

cert = new HeldCertificate.Builder()
.serialNumber("1")
.ca(1)
.commonName(hostname)
.subjectAlternativeName(hostname)
.build();
Expand Down

0 comments on commit 013733c

Please sign in to comment.