feat: add --cert-file

This commit is contained in:
2024-01-05 00:29:26 +08:00
parent 3493ea36c3
commit 71a7b8dfeb

View File

@@ -2,5 +2,5 @@ package me.hatter.tools.yubikeyca;
public interface YubikeyCaConstant {
String NAME = "yubikey-ca";
String VERSION = "0.2.2";
String VERSION = "0.2.3";
}