본문 바로가기

centos24

centos 7 / let's Encrypt / tomcat 8 *1. let's Encrypt 설치 * yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt/ *2. 인증서 받기 * ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소1] -d [사용할 도메인주소2] -d [사용할 도메인주소3] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create .. 2020. 5. 4.
centos 7 / tomcat / SSL / https / let's encrypt Apache Tomcat Version 7.0.82 openjdk version "1.8.0_242" CentOS Linux release 7.8 yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소] A - N - Y - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. 2020. 4. 29.
CentOS network 설정 CentOS network 설정 테스트버전 CentOS 6.3 1) 네트워크 카드명 확인 [root@rfid ~]# ifconfig eth0 Link encap:Ethernet HWaddr 00:0C:29:25:C0:D8 inet addr:192.168.0.71 Bcast:192.168.0.1 Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:fe25:c0d8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:182 errors:0 dropped:0 overruns:0 frame:0 TX packets:46 errors:0 dropped:0 overruns:0 carrier:0 collisi.. 2020. 4. 27.
설치된 package 확인 openssh 라는 이름을 가진 package확인할경우 [root@rfid ~]# rpm -qa | grep openssh openssh-server-5.3p1-81.el6_3.i686 openssh-clients-5.3p1-81.el6_3.i686 openssh-5.3p1-81.el6_3.i686 [root@rfid ~]# 2020. 4. 27.
반응형