google-nomulus/proxy/src/test
Weimin Yu 736f788eea
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
..
java/google/registry/proxy Use CA cert in tests (#475) 2020-02-07 10:23:24 -05:00
resources/google/registry/proxy Move test resource files into src/test/resources (#143) 2019-07-02 16:54:49 -04:00