일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 이클립스
- Eclipse
- javascript
- Android
- Java
- 자바스크립트
- SpringSource Tool Suite
- MSsql
- MANTIS
- MS-SQL
- asp.net
- Web Service
- 웹뷰
- 웹 서비스
- Maven
- scrollView
- Apache Lucene
- decompiler
- jsp
- TextBox
- 컬럼명
- 자바
- STS
- C#
- 안드로이드
- varags
- Bootstrap
- WebView
- Redirect
- html
- Today
- Total
bboks.net™
아파치 SSL 인증서에서 비밀번호 삭제하기 본문
Every once in a while I run across an SSL Cert with an included password. Although the security is great automating an environment or an Apache restart with required interaction is problematic.
Here is an example of the interaction with a password included SSL Cert:
---------------------------------------------------------------
[root@w2 conf.d]# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: Apache/2.2.8 mod_ssl/2.2.8 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
Server chrisschuld.com:443 (RSA)
Enter pass phrase:
OK: Pass Phrase Dialog successful.
And here is how you remove the password:
---------------------------------------------------------------
[root@w2 conf]# openssl rsa -in chrisschuld.com.key -out chrisschuld.com.key.nopass