일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- OTP
- 앱스토어
- SSH
- albumbook
- css
- FIDO2
- SwiftUI
- OSX
- MFA
- WebAuthn
- 2FA
- appres
- 안드로이드
- 애플
- Android
- 앱리소스
- Xcode
- 인증
- openssl
- MSYS2
- kmip
- SSL
- Nodejs
- apple
- otpkey
- 앨범북
- SWIFT
- fido
- MYSQL
- git
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