OpenSSL 사용법 정리
인증서 확인 openssl x509 -in cert.pem -noout -text openssl x509 -in cert.pem -noout -enddate 서버에 접속해서 인증서 만료날짜 확인 openssl s_client -connect www.daum.net:443 -state -nbio 2> /dev/null | openssl x509…
인증서 확인 openssl x509 -in cert.pem -noout -text openssl x509 -in cert.pem -noout -enddate 서버에 접속해서 인증서 만료날짜 확인 openssl s_client -connect www.daum.net:443 -state -nbio 2> /dev/null | openssl x509…
[root@linux ~] wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/releases/download/v4.38-9760-rtm/softether-vpnserver-v4.38-9760-rtm-2021.08.17-linux-arm_eabi-32bit.tar.gz [root@linux ~] tar zxvf softether-vpnserver-v4.38-9760-rtm-2021.08.17-linux-arm_eabi-32bit.tar.gz [root@linux ~] cd vpnserver [root@linux ~] make [root@linux ~] cd .. [root@linux ~] mv vpnserver /sw ------------------------------------------------------------ 서비스 등록 ------------------------------------------------------------ [root@linux…
docker 설치yum -y install docker docker-registrydocker 서비스 설정systemctl enable docker.servicesystemctl start docker.service 상태확인systemctl status docker.service
Step 1 — Install JDK Step 2 — Creating an ‘Artemis’ User and Group$ sudo groupadd artemis$ sudo useradd -s /bin/false -g artemis -d /opt/artemis artemis Step 3 — Download…
메이븐 빌드로 라이브러리 떨구기 프로젝트 - 우클릭 - Run As -Maven Build Goals 에 dependency:copy-dependencies 추가 Run 실행 project- target - dependency folder 에 라이브러리 파일 떨어짐
Existing Redis Server1 instance running on port 6379 using/etc/redis/redis_6379.conf configuration file/etc/init.d/redis_6379 scriptCreate a new (2nd) Redis Server2 instance running on port 6380 using /etc/redis/redis_6380.conf configuration file/etc/init.d/redis_6380 script Instructions 1) Setup…
openssl s_client -connect daum.net:443 -state -nbio 2> /dev/null | openssl x509 -noout -dates
# 루트계정에 패스워드 지정 passwd root sudo vi /etc/ssh/sshd_config # 아래 두개 옵션을 yes로 하고 저장후 닫기 PermitRootLogin yes PasswordAuthentication yes # sshd 재시작 service sshd restart
[root@localhost ~]# sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 BOOTPROTO=static IPADDR=192.168.10.35 NETMASK=255.255.255.0 GATEWAY=192.168.10.1 DNS=168.126.63.1 [root@localhost ~]# service network restart
JavaScript 파일 용 플러그인을 얻으려면 Eclipse에서 다음 단계를 완료하십시오. Eclipse 열기-> "도움말"-> "새 소프트웨어 설치"로 이동하십시오. Eclipse 버전의 저장소를 선택하십시오. Juno가 있으므로 선택했습니다. http://download.eclipse.org/releases/juno "프로그래밍 언어"-> "JavaScript 개발 도구"옆의 상자를…