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 |
|---|---|---|
| 2034 | 2025. 11. 30. | Linux 명령어 치트시트 - 자주 쓰는 100가지 |
| 1744 | 2021. 05. 18. | [ window ] ssd,하드디스크 복원,복구 불가하게 삭제하기 |
| 1425 | 2018. 12. 07. | [ centos ] ftp 자동전송 스크립트 |
| 1424 | 2018. 12. 06. | [ centos ] sshpass scp 로 다른포트 파일 전송 |
| 1423 | 2018. 12. 06. | [ centos , oracle ] 오라클 자동으로 백업하기 |
| 1422 | 2018. 12. 06. | [ centos ] CurlFtpFs 설치 |
| 1161 | 2016. 11. 11. | [ centos , linux ] java.net.UnknownHostException 가 일어나거나 ping 을 못찍거나.. 해결법 |
| 1138 | 2016. 10. 18. | [ tomcat ] ssl 설치 |
| 1134 | 2016. 10. 15. | [ Centos 7 ] mysql install and setup (mysql 설치및 설정) |
| 356 | 2016. 03. 26. | [ centos ] hp microserver gen8 raid setup |