Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 640 Bytes

自动生成 ktor 项目的 ssl 证书插件

根据 ktor 项目中 conf 文件里 ssl 配置生成证书

引入

引入请参考 JitPack

使用

buildscript {
    dependencies {
        classpath("com.njf2016:ktor-checkkey-gradle-plugin:<plugin-version>")
    }
}
  • 使用插件
plugins {
    // ...
    id("com.njf2016.plugin.ktor-checkkey")
}