https://www.woobi.net/files/attach/images/107/dbac32e14556f199365593cd3503040a.png
  1. 우분투(Ubuntu) Let’s Encrypt SSL 인증서 추가하기

    Let’s Encrypt SSL 인증서 설치 https://www.woobi.net/board2/476 우분투(Ubuntu) Let’s Encrypt SSL 인증서 설치하기 - 우분투 - 우비넷 1. certbot 설치 $ sudo snap install --classic certbot 2. 인증서 받기 $ sudo certbot --apache -d ww2.woobi.net -...
    Date2023.07.11 Bywoobi Views317 file
    Read More
  2. 우분투(Ubuntu) PLEX server SSL 적용하기

    우분투에 설치되어 있는 SSL 인증서를 PLEX에도 적용하기. 인증서 설치는 "Let’s Encrypt SSL 인증서 설치하기" 를 참조 1. pfx 파일 만들기 1-1인증서 저장 디렉토리로 이동.(인증서 위치: /etc/letsencrypt/live/자신의 도메인주소) $ cd /etc/letsencrypt/l...
    Date2022.05.10 Bywoobi Views363 file
    Read More
  3. 우분투(Ubuntu) Let’s Encrypt SSL 인증서 만료일자 확인 및 자동 갱신

    1. 만료 일자 확인 $ echo | openssl s_client -connect ww2.woobi.net:443 2>/dev/null | openssl x509 -noout -dates notBefore=May 9 23:47:37 2022 GMT <===인증서 시작 날짜 notAfter=Aug 7 23:47:36 2022 GMT <===인증서 만료 날짜 2. 자동 갱신 설정 $ ...
    Date2022.05.10 Bywoobi Views556 file
    Read More
  4. 우분투(Ubuntu) Let’s Encrypt SSL 인증서 설치하기

    1. certbot 설치 $ sudo snap install --classic certbot 2. 인증서 받기 $ sudo certbot --apache -d ww2.woobi.net -d ww3.woobi.net 받고자 하는 도메인을 -d 도메인 식으로 추가하여 입력한다.(ex: -d ww2.woobi.net -d ww3.woobi.net) 3. 항목 입력 Enter...
    Date2022.05.10 Bywoobi Views833 file
    Read More
Board Pagination Prev 1 Next
/ 1