일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- appres
- apple
- 애플
- fido
- Nodejs
- MSYS2
- albumbook
- 안드로이드
- 앱리소스
- MFA
- SwiftUI
- 앨범북
- MYSQL
- SSL
- OTP
- 인증
- css
- OSX
- git
- SWIFT
- SSH
- Xcode
- otpkey
- 2FA
- Android
- WebAuthn
- FIDO2
- kmip
- 앱스토어
- openssl
Archives
- Today
- Total
인디노트
Java cacerts 본문
. At the application level, by embedding the following in the GeneXus code:
java System.setProperty("javax.net.ssl.trustStore", "C:\\...\\jre\\lib\\security\\cacerts"); java System.setProperty("javax.net.ssl.trustStorePassword", "changeit");
b. Or the option of adding the following properties to the Tomcat:
-Djavax.net.ssl.trustStore= %JAVA_HOME%\lib\security\cacerts -Djavax.net.ssl.trustStorePassword=changeit
반응형
'개발 플랫폼 및 언어' 카테고리의 다른 글
톰캣 7 세션 클러스터링 (0) | 2018.11.24 |
---|---|
httpd.service (0) | 2018.11.22 |
How to install latest Apache HTTPD on CentOS (0) | 2018.11.20 |
Postgres PSQL USER 관리하기 (0) | 2018.11.17 |
Configure openvpn on a Debian server and client (0) | 2018.11.17 |
Comments