(Tomcat tomcat)
| 128 | } |
| 129 | |
| 130 | public static void initSsl(Tomcat tomcat) { |
| 131 | // By default, use JSSE trust |
| 132 | initSsl(tomcat, false); |
| 133 | } |
| 134 | |
| 135 | public static void initSsl(Tomcat tomcat, boolean opensslTrust) { |
| 136 | // By default, use valid JSSE configuration |
no test coverage detected