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 |
|---|---|---|
| 2207 | 2026. 02. 11. | Linux 서버 보안 강화 체크리스트 2025 |
| 2161 | 2026. 02. 11. | Nginx vs Caddy: 최신 웹서버 비교와 설정 가이드 |
| 2160 | 2026. 02. 11. | 서버 모니터링 자동화: Netdata, Zabbix, Datadog 비교 |
| 2159 | 2026. 02. 11. | 컨테이너 보안: rootless Docker와 Podman |
| 2158 | 2026. 02. 11. | Linux 네트워크 성능 튜닝과 eBPF 활용 |
| 2157 | 2026. 02. 11. | Kubernetes 클러스터 운영 실전 가이드 |
| 2156 | 2026. 02. 11. | ZFS vs Btrfs: 차세대 파일시스템 비교 |
| 2155 | 2026. 02. 11. | SSH 보안 강화와 터널링 고급 기법 |
| 2154 | 2026. 02. 11. | systemd 고급 활용: 서비스 관리와 타이머 |
| 2153 | 2026. 02. 11. | macOS Sequoia 개발 환경 최적 설정 가이드 |