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 |
|---|---|---|
| 107 | 2014. 11. 06. | [ linux ] 리눅스 cpu 정보확인 |
| 85 | 2014. 10. 28. | [ linux] 리눅스 명령어 모음 |
| 38 | 2014. 09. 25. | [ apach ] 아파치 vhost 및 jkMount 설정 법 |
| 23 | 2014. 09. 25. | [linux] 리눅스 디렉토리 남은 용량 확인하기 |