Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Apache2.4
- mairadb10.4
- openssl
- centos7 openssl
- php
- centos7
- php class
- centos7 php
- CentOS7 Apache2.4
- regexp
- 정규식
- centos7 mariadb
- php7
- php 클래스
- php정규표현식
Archives
- Today
- Total
목록openssl (1)
컴터만드신분 앞으로 나오세여
CentOS7 OpenSSL 설치
1. 필요한 패키지 설치 # yum -y install perl 2. openssl 다운로드 및 압축 풀기 # wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz # tar xvfz openssl-1.1.1g.tar.gz # cd openssl-1.1.1g 3. 설치구성 설정 및 설치 # ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared # make -j 8 && make install -j 8 4. 기존openssl 확인 후 이름 변경 # rpm -qa | grep openssl … openssl-1.0.2k-16.el7.x86_64 # mv /usr/bin/openssl /usr..
CentOS7
2020. 5. 10. 12:03