Blog Sidebar
Travel
Journal
When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.
OS 종류 및 버전에 따라 설치방법이 조금씩 다릅니다. 본 내용은 Rocky Linux 8.x 에서 설치하는 방법을 다루었습니다. 1. 패키지 다운로드 # dnf -y install epel-release mod_ssl # dnf -y install certbot python3-certbot-apache 2. 발급 # certbot –apacheSaving debug log to /var/log/letsencrypt/letsencrypt.logEnter email address (used for urgent renewal and security notices) (Enter ‘c’ to cancel): (이메일 주소 입력) – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –Please read the Terms of Service athttps://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017-w-v1.3-notice.pdf.You must agree in order to register with the ACME server. Do you agree?– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –(Y)es/(N)o: Y – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –Would you be willing, once your first certificate is successfully issued, toshare your email address with the Electronic Frontier Foundation, a foundingpartner of the Let’s Encrypt project and the non-profit organization thatdevelops Certbot? We’d like to send you email about our work encrypting the web,EFF news, campaigns, and ways to support digital freedom.– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –(Y)es/(N)o: YAccount registered. Which names would you like to activate HTTPS for?– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –1: www.sysdocu.com2: sub.sysdocu.com 3: test.sysdocu.com – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –Select the appropriate numbers separated by commas and/or spaces, or leave inputblank to select all options shown (Enter ‘c’ to cancel): 1 2 // virtualhost 설정을 가져와 도메인을 출력합니다. 발급 원하는 도메인을 공백으로 구분하여 입력합니다. 통합 인증서가 아닌, 개별 인증서로 발급 받게 됩니다.Requesting a certificate for […]
무료 SSL Let’s encrypt certbot 설치하는 방법 – Linux CentOS 1. 서버 설치하기 : 소스설치 ~]# cd /usr/local ~]# yum install epel-release ~]# rpm -ivh https://rhel6.iuscommunity.org/ius-release.rpm ~]# yum install git python27 python27-devel python27-pip python27-setuptools python27-virtualenv python27-libs ~]# git clone https://github.com/certbot/certbot 실행하기) ~]# cd /usr/local/certbot ~]# /usr/local/certbot/certbot-auto certonly 오류가 난다면) ~]# chattr -i /usr/bin/gcc /usr/bin/g++ 이렇게 한 후 실행하고나서 ~]# chmod 700 /usr/bin/gcc /usr/bin/g++;chattr +i /usr/bin/gcc /usr/bin/g++ 원복시키기 2. 도메인 SSL 얻기 ~]# ./certbot-auto certonly –server https://acme-v01.api.letsencrypt.org/directory \ –rsa-key-size 4096 –agree-tos –email 당신의@이메일 \ –webroot […]
출처 : https://answers.microsoft.com/ko-kr/windows/forum/windows_10-start/%EC%9C%88%EB%8F%84%EC%9A%B010/73535311-dcc5-4033-a09f-7cc5f9e71fb9?auth=1 1) 방화벽 관련 프로그램이 충돌이 난 것으로 보입니다. 저도 업데이트 이후 폰트가 안보였었는데 nProtect / NSD 삭제 후 폰트 다시 보이는 것으로 확인 하였습니다. 2) nsd가 없으신분은 다른 보안프로그램과 충돌나서 그런거 같네요. 앱제거에서 controlcenter, nprotect, 방화벽 등 기타 은행, 관공서, 정체모를 보안프로그램 모조리 다 삭제하고 재부팅하니 정상 돌아왔습니다. 작성일자 : 2018.01.03
