aerogear / aerogear/android-showcase-template
Certificate error on start up on real device
- Lenguaje dominante
- Java
- Estrellas
- 21
- Forks
- 27
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.