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