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 |
|---|---|---|
| 2342 | 2026. 04. 06. | macOS 터미널 보안 기능과 필수 시스템 관리 명령어 2026 총정리 |
| 2328 | 2026. 04. 05. | Linux systemd 실전 마스터: 서비스 관리부터 타이머, 리소스 제한까지 |
| 2308 | 2026. 04. 05. | macOS 터미널 자동화 완벽 가이드: launchd, Automator, 셸 스크립트 실전 |
| 2307 | 2026. 04. 05. | Linux 시스템 모니터링 완벽 가이드: 성능 병목 찾기부터 자동 알림까지 |
| 2282 | 2026. 04. 04. | macOS 개발자를 위한 터미널 완벽 가이드: Homebrew, CLI 도구, 시스템 관�� |
| 2281 | 2026. 04. 04. | Linux 시스템 성능 분석 실전 가이드: top부터 perf, strace까지 완벽 정리 |
| 2211 | 2026. 02. 11. | systemd 서비스 관리와 저널 로그 분석 실전 |
| 2210 | 2026. 02. 11. | macOS 개발환경 자동화: Homebrew와 Dotfiles 관리 |
| 2209 | 2026. 02. 11. | Nginx 리버스 프록시와 로드밸런싱 고급 설정 |
| 2208 | 2026. 02. 11. | Kubernetes 1.31 신기능과 클러스터 운영 팁 |