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