目录概览&证书的结构&证书验签创建根证书创建根密钥 ca.key.pem创建根证书 ca.crt.pem* 创建根证书 ca.csr.pem ca.crt.pem查看根证书创建服务器证书创建服务器密钥 server.key.pem配置文件server.ini生成服务
I wrote my Java application in Eclipse. Now I would like to generate a .jar file which can be run on other systems from the command line. Is there a easy way to do it in Eclipse?