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 はまだ評価されていません。