aerogear / aerogear/android-showcase-template

Certificate error on start up on real device

Aperta
#63 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
21
Fork
27
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

## 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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.