routing table 추가 명령어
ip route add 172.17.19.0/24 via 10.8.0.13
Read Moreip route add 172.17.19.0/24 via 10.8.0.13
Read Moreyum install –y epel-releaseyum install update -yyum install -y openvpnopenvpn –config /경로/클라이언트명.ovpn
Read MoreURL url = ${TARGET_CLASS}.class.getProtectionDomain().getCodeSource().getLocation();
Read Morejava에서 x509 인증서(certificate)를 읽어온다. CertificateFactory fact = CertificateFactory.getInstance(“X.509”); FileInputStream is = new FileInputStream(“./lib/license/felice.pem”); result =…
Read Moresigned jar파일에서 인증서(certificate)를 읽어온다. X509Certificate result = null; try { //InputStream in = X509Certificate.class.getResourceAsStream(“classpath:META-INF/xxxxx.RSA”); InputStream…
Read More