google-nomulus/proxy
Weimin Yu b9c63da753 Use CA cert in tests (#475)
* Use CA cert in tests

Our tests were using a self-signed cert created by a netty utility.
That cert is not CA, and cannot be used with newer JDK versions
(starting from u242 with Ubuntu openjdk).

Now we generate a unsafe cert for tests. The new cert,
SelfSignedCaCertificate, needs to be made test-only.
To do so we need to refactor both prober and proxy.
2020-02-07 10:23:24 -05:00
..
gradle/dependency-locks Use monitoring client v1.0.7 (#445) 2020-01-14 23:11:54 -05:00
kubernetes Move terraform and kubernetes folder to be under proxy (#127) 2019-06-20 14:28:32 -04:00
src Use CA cert in tests (#475) 2020-02-07 10:23:24 -05:00
terraform No-op: Use nicer HCL2 syntax. (#384) 2019-11-22 16:08:56 -05:00
.gitignore Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
build.gradle Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
deploy-proxy-for-env.sh Update proxy deployment script description (#245) 2019-08-28 17:35:43 -04:00
Dockerfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00