작업 상태
1. ubuntu 20.04 에 설치 스크립트 Ajenti를 설치했다가 모듈 로드 문제로 삭제하고 Cockpit 으로 변경
(ajenti 설치 - How To Install Ajenti Control Panel on Ubuntu 20.04 | ComputingForGeeks )
(ajenti 삭제 - Uninstall Ajenti · GitHub)
2. nginx 설치 및 certbot (let's encrpty) 설치
3. certbot 으로 인증서 발급 시 AttributeError: 'X509' object has no attribute '_x509' 오류 발생
위의 작업에서 1번 작업에서 pip pyOpenSSL 설치 중에 구버전으로 설치되어 복구
sudo pip install -U pyOpenSSL
/usr/lib/python3/dist-packages/OpenSSL/crypto.py
/usr/lib/python3/dist-packages/certbot/crypto_util.py
/usr/lib/python3/dist-packages/certbot/main.py
#관련 오류는 대부분 동일한 내용으로 처리
'Server > Linux' 카테고리의 다른 글
FreeTDS 로 MSSQL 2008 (구버전 SQL) 연결시 Error 0002 (severity 9): Adaptive Server connection failed (1) | 2024.11.08 |
---|---|
docker 완전 삭제 (0) | 2022.09.23 |
[ubuntu] 파일 삭제 후 복구 (0) | 2022.09.20 |
ubuntu 20.04 mssql odbc driver installation (0) | 2022.03.28 |
ZABBIX Server 및 Agent 설치 - ubuntu 20.04 , docker (0) | 2022.03.23 |