aerogear / aerogear/android-showcase-template

Certificate error on start up on real device

未关闭
#63 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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`
![screenshot_20180712-150707](https://user-images.githubusercontent.com/20477661/42635084-4faf318e-85e5-11e8-9689-eecbde3b81a0.png)

## Specifications

- Core Version: 1.0
- Keycloack service
- Android 8.1.0

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。