Contents
see Listkeytool -genkey -keyalg RSA -sigalg SHA256withRSA -alias SecureSign -keysize 2048 -keystore SecureSign.key
keytool -certreq -alias SecureSign -keyalg RSA -sigalg SHA256withRSA -file SecureSign.csr -keystore SecureSign.key
cat SecureSign.csr
keytool -import -trustcacerts -alias AddTrustExternalCARoot(확장자제외파일명) -file AddTrustExternalCARoot.crt -keystore SecureSign.key
keytool -import -trustcacerts -alias COMODORSAAddTrustCA(확장자제외파일명) -file COMODORSAAddTrustCA.crt -keystore SecureSign.key
keytool -import -trustcacerts -alias SecureSign(keytoolalias값) -file domain_xxxxx.crt.pem -keystore SecureSign.key
<Connector port="8443" protocol="HTTP/1.1"
maxThreads="1500" SSLEnabled="true" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keyAlias="SecureSign"
keystoreFile="bin/SecureSign.jks" keystorePass="1234" />
os
| No | 작성일 | Title |
|---|---|---|
| 353 | 2016. 03. 04. | [ linux ] tomcat permission change umask |
| 352 | 2016. 02. 26. | [ centos 7 ] oracle service 등록 systemctl |
| 351 | 2016. 02. 26. | [ centos7 ] oracle 11g install centos7에 오라클 설치 |
| 348 | 2016. 02. 15. | [ linux ] 리눅스 centos 자바 버전 (java version) 변경 |
| 338 | 2016. 01. 18. | [ linux ] 리눅스 svn 권한 설정 |
| 333 | 2015. 12. 01. | [ linux ] 하드디스크 추가, 파티션 및 마운트 (hdd partition , mount) |
| 332 | 2015. 11. 20. | [ linux ] 4 TB , 테라 이상 마운트하기 |
| 323 | 2015. 10. 17. | [ linux ] 리눅스 사용중인 포트 확인 |
| 320 | 2015. 10. 16. | [ linux ] tar 및 tar.gz 압축 , 압축해제 |
| 284 | 2015. 05. 29. | [ linux ] ps -ef 프로세서 상태 확인 |