The rest of the application expects the base64-encoded trust root to be a string, and when it is bytes, it can fail with "incorrect padding" errors.
Fixes https://pagure.io/ipsilon/issue/332
Signed-off-by: Neal Gompa ngompa13@gmail.com
Pull-Request has been merged by ngompa
The rest of the application expects the base64-encoded trust root to
be a string, and when it is bytes, it can fail with "incorrect padding" errors.
Fixes https://pagure.io/ipsilon/issue/332
Signed-off-by: Neal Gompa ngompa13@gmail.com