aerogear / aerogear/android-showcase-template
Certificate error on start up on real device
- 主要语言
- Java
- 星标
- 21
- 派生
- 27
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Expected Behavior
The app should work
## Actual Behavior
App does not work
## Steps to Reproduce the Problem
1. Export certificate from your cluster
```
oc get secret router-certs --template='{{index .data "tls.crt"}}' -n default | \
base64 --decode | sed -e '1,/^-----END RSA PRIVATE KEY-----$/ d' > /tmp/localcluster.crt
```
1. Install the cert on your device
1. install app on real device and when you open the app, you get `Ceritificate error`

## Specifications
- Core Version: 1.0
- Keycloack service
- Android 8.1.0
贡献指南
评估
这个 Issue 还没有评估数据。