Apache SSL 설치
ssl 설치해보았습니다. apache 2.X 대입니다. 관리를 위해 키파일을 모아놓을 디렉토리 생성 - mkdir /usr/local/apache/conf/ssl 키 생성 openssl genrsa -des 1024 > /usr/local/apache/conf/ssl/kensei.co.kr.key 아래와 같이 메세지가 나오면서 암호를 입력해야 한다. 그냥 1234로 했다. Generating RSA private key, 1024 bit long modulus ....................................++++++ .................................++++++ e is 65537 (0x10001) Enter pass phrase: 1234 Verifying ..
Linux
2015. 6. 11. 17:46
공지사항