반응형 [kali] kali linux apache2 https(SSL) 설정 방법 Kali Linux 의 기본 설치된 apache에 https 설정을 위해 정리하였습니다. 혹시라도 저와 같이 Kali 에 테스트용 WebServer 구축 시 도움이 되길 아래의 파일에서 ssl 인증서 설정을 진행합니다. vi /etc/apache2/sites-available/default-ssl.conf 아래 명령어로 default-ssl.conf 를 enable 해줍니다. a2ensite default-ssl.conf apache2 를 재시작합니다. service apache2 restart 생성했던 사설 인증서로 https(ssl) 접속이 가능함을 확인합니다. 2023. 11. 17. [OpenStack] 2. Keystone 설정 1. MariaDB에 keystone database와 계정을 설정 root@nw1:/etc/mysql# mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 36 Server version: 10.3.34-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.04 Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> create databa.. 2022. 5. 30. 이전 1 다음