728x90
반응형
참고:
1. Windows Server에서 Apache로 인증서 이동 시 *.pfx 파일을 가져와 키파일로 변환해야 함.
# openssl pkcs12 -in *.pfx -nocerts -out *.pem
2. 인증서 적용 후 Apache 재시작할 때 암호 저장
# openssl rsa -in *.key -out *.key
728x90
반응형
'Network' 카테고리의 다른 글
Apache Performance Tuning (0) | 2012.07.20 |
---|---|
Nginx 1.x 413 request entity too large (0) | 2012.02.05 |
[warn] module php5_module is already loaded, skipping (0) | 2011.12.08 |
LAMP 시스템 조율 (0) | 2011.10.12 |
Memcached 설치 (0) | 2011.08.31 |