aerogear / aerogear/android-showcase-template
Certificate error on start up on real device
- Linguagem predominante
- Java
- Estrelas
- 21
- Forks
- 27
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
## 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
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.