[Linux/Ubuntu] openssl 설치(+wget 사용)

2021. 1. 7. 19:23·개발/Linux
728x90
wget 사용해서 opensl파일 다운로드하기

사이트 들어가서 직접 다운로드해서 설치하는 경우도 있지만,

저는 명령어로 다운로드 받아서 설치하겠습니다.

 

1. openssl 파일 다운로드

2. wget 사용

3. tar 풀기

4. 설치

5. 설치 확인

6. 예제

 

1. openssl 파일 다운로드

www.openssl.org/source/

 

/source/index.html

The master sources are maintained in our git repository, which is accessible over the network and cloned on GitHub, at https://github.com/openssl/openssl. Bugs and pull patches (issues and pull requests) should be filed on the GitHub repo. Please familiari

www.openssl.org

사이트 접속하여, 다운로드할 파일의 링크주소 복사

 

Copy Link Location

2. wget 사용

$ sudo apt-get install wget # wget 설치
$ wget https://www.openssl.org/source/openssl-1.1.1i.tar.gz # openssl파일 다운로드

openssl 파일 다운로드

 3. tar 풀기

$ tar xvfz openssl1-1.1d.tar.gz

tar

4. 설치

$ cd openssl-1.1.1i/ 
$ ./config shared

config shared

$ sudo apt-get install gcc make #make 설치안했을경우
$ make
$ make install

 

5. 설치확인

$ openssl

6. 예제

$ touch test_openssl.txt
$ openssl sha256 -sha256 test_openssl.txt

openssl 확인

728x90
저작자표시 비영리 변경금지 (새창열림)

'개발 > Linux' 카테고리의 다른 글

[Linux/Ubuntu] E: Unable to lock directory /var/lib/apt/lists/ 처리  (1) 2021.01.29
[CentOS7] Let's Encrypt SSL 인증서 발급 및 적용(tomcat)  (0) 2021.01.21
[Linux/Ubuntu] su : Authentication failure  (0) 2021.01.06
[Linux/Ubuntu] 최근 파일 N개를 제외한 파일 전부 삭제  (0) 2021.01.04
[Linux] 리눅스(Linux) Service 등록  (0) 2020.11.10
'개발/Linux' 카테고리의 다른 글
  • [Linux/Ubuntu] E: Unable to lock directory /var/lib/apt/lists/ 처리
  • [CentOS7] Let's Encrypt SSL 인증서 발급 및 적용(tomcat)
  • [Linux/Ubuntu] su : Authentication failure
  • [Linux/Ubuntu] 최근 파일 N개를 제외한 파일 전부 삭제
호이호이209
호이호이209
이것저것 기록하는 메모장
    250x250
  • 호이호이209
    R=VD
    호이호이209
    • R=VD전체글 (83)
      • 개발 (63)
        • Linux (19)
        • 머신러닝 (10)
        • Git (6)
        • Python (9)
        • 프로그래밍 언어 (2)
        • Docker (5)
        • ETC (12)
      • 일상기록 (20)
        • 여행 (5)
        • 일상-이모저모 (8)
  • 인기 글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
호이호이209
[Linux/Ubuntu] openssl 설치(+wget 사용)
상단으로

티스토리툴바