资源简介
一个免费的开源的CA 证书签发系统,仅供参考和学习使用
代码片段和文件信息
import org.eclipse.jetty.server.Server;
import certforge.util.ClassPath;
import certforge.util.Integers;
import certforge.util.server.Jetty;
public class Startup {
private static final String DEFAULT_HOME = ClassPath.append(“../../../..“);
private static final String DEFAULT_KEY_STORE = ClassPath.
append(“../conf/localhost.pfx“);
private static final String DEFAULT_PASSWORD = “changeit“;
public static void main(String[] args) throws Exception {
int port = (args.length == 0 ? 443 : Integers.parse(args[0] 443));
Server server = Jetty.createServer(DEFAULT_HOME port
DEFAULT_KEY_STORE DEFAULT_PASSWORD);
server.start();
server.join();
/*
StandardService service = Tomcat.createService(DEFAULT_HOME port
DEFAULT_KEY_STORE DEFAULT_PASSWORD);
service.start();
while (true) {
Thread.sleep(1000);
}
*/
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2006-12-11 07:21 me
文件 1343 2006-12-11 07:21 me
文件 89897 2006-12-11 07:20 org\apache\derby\impl\jdbc\me
文件 13764 2006-12-11 07:20 org\apache\derby\impl\sql\catalog\me
文件 2225 2006-12-11 07:20 org\apache\derby\loc\m0_en.properties
文件 2125 2006-12-11 07:20 org\apache\derby\loc\m10_en.properties
文件 2721 2006-12-11 07:20 org\apache\derby\loc\m11_en.properties
文件 3898 2006-12-11 07:20 org\apache\derby\loc\m12_en.properties
文件 1833 2006-12-11 07:20 org\apache\derby\loc\m13_en.properties
文件 2126 2006-12-11 07:20 org\apache\derby\loc\m14_en.properties
文件 1949 2006-12-11 07:20 org\apache\derby\loc\m15_en.properties
文件 1942 2006-12-11 07:20 org\apache\derby\loc\m16_en.properties
文件 1612 2006-12-11 07:20 org\apache\derby\loc\m17_en.properties
文件 1471 2006-12-11 07:20 org\apache\derby\loc\m18_en.properties
文件 1482 2006-12-11 07:20 org\apache\derby\loc\m19_en.properties
文件 2168 2006-12-11 07:20 org\apache\derby\loc\m1_en.properties
文件 1627 2006-12-11 07:20 org\apache\derby\loc\m20_en.properties
文件 1203 2006-12-11 07:20 org\apache\derby\loc\m21_en.properties
文件 2001 2006-12-11 07:20 org\apache\derby\loc\m22_en.properties
文件 1495 2006-12-11 07:20 org\apache\derby\loc\m23_en.properties
文件 1064 2006-12-11 07:20 org\apache\derby\loc\m24_en.properties
文件 1050 2006-12-11 07:20 org\apache\derby\loc\m25_en.properties
文件 1210 2006-12-11 07:20 org\apache\derby\loc\m26_en.properties
文件 1671 2006-12-11 07:20 org\apache\derby\loc\m27_en.properties
文件 1986 2006-12-11 07:20 org\apache\derby\loc\m28_en.properties
文件 1475 2006-12-11 07:20 org\apache\derby\loc\m29_en.properties
文件 1539 2006-12-11 07:20 org\apache\derby\loc\m2_en.properties
文件 1463 2006-12-11 07:20 org\apache\derby\loc\m30_en.properties
文件 1465 2006-12-11 07:20 org\apache\derby\loc\m31_en.properties
文件 2124 2006-12-11 07:20 org\apache\derby\loc\m32_en.properties
文件 1676 2006-12-11 07:20 org\apache\derby\loc\m33_en.properties
............此处省略1302个文件信息
相关资源
- ScanGunAndIC.rar
- Tomcat9.0.10
- The Nature of Statistical Learning Theory
- CAA_V5_For_CATIA_Foundations
- can通信+陀螺仪stm32f4
- caffe-master.zip
- canoco 4.5 统计学软件
- -AC Electric Motors Control_ Advanced Design T
- spark+scala学习
- Can 14229诊断协议 恒润科技
- 音频测量与音箱设计软件(LSPCAD Jus
- 08_应用PSCAD进行直流输电系统仿真研究
- AutoCAD+.NET参考指南-英文版
- Altera FPGA全型号Cadence封装库原理图+
- navicat.zip
- Fast Fourier Transform and Its Applications
- cacti0.8.7稳定版全套件
- Circuits and Systems for Wireless Communicatio
- Elecard StreamEye
- GNSSApplicationsandMethods.pdf
- (破解版)Elecard.StreamEye.Tools.v2.9.1.
- 深居浅出AutoCAD二次开发教程
- tomcat 7.0 32位 绿色版
- Web Application Stress Tool(WAS) 网站压力
- Cargowiz 13.0.0.1 英语注册版
- zw_DiscreteMathematicsandItsApplications7thKen
- X-CAN安装程序-1.9.zip
- 无人驾驶事故场景prescan模型
- 数字通信(digital communication)第五版
- SD卡CRC7计算器
评论
共有 条评论