javalin/javalin-ssl

README中的例子有问题

MC-XiaoHei opened this issue · 2 comments

在Configuration->Java代码块中,例子使用了SSLConfig类中的loadPemFromPath,但实际在5.3.2版本中这个方法不存在于SSLConfig类,应该使用pemFromPath,希望更改(也许Kotlin代码块中有同样的错误?)

In the Configuration ->Java code block, the example uses the loadPemFromPath in the SSLConfig class. However, in version 5.3.2, this method does not exist in the SSLConfig class. Instead, pemFromPath should be used. You want to change it (maybe there is the same error in the Kotlin code block?)

Indeed there is, thank you! Sorry for the late response.