Add yunohost's self-signed certificate to Android

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.1.39
How are you able to access your server: Direct access via physical keyboard/screen
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: Nope

Describe your issue

How to add a yunohost’s self-signed certificate on Android? It seems that the certificates generated by Yunohost has the CA flag set to false, while Android specifically requires that flag to be true (as stated here). Am I missing something?

Share relevant logs or error messages

Not available

Can you try downloading the CA file /etc/ssl/certs/ca-yunohost_crt.pem (see below) and try adding it to your Android device?

1 Like

Thank you! After your answer I realized I was looking to the wrong file. I found the right one (/etc/yunohost/certs/<domain>/ca.pem) and succesfully installed the certificate.

Have a nice day!

Oh my bad, I thought the ca.pem were pointing to the path you mentioned. I’ll edit my post. Cheers!