Show certificate details?

When Safari sees an inappropriate certificate, it offers the user the ability to revoke, accept it anyway, or show certificate information. I want to copy this behavior in my iOS application.

To be really clear, I'm not interested in the server side, just processing the certificate information on the client side.

Certificate Prompty

I can get an invitation like this. I wrote code to handle the Cancel and Continue buttons, as Safari does, but I don’t know how to call up the Details screen. It seems too complicated to just encode my own similar screen.

Certificate Details

Is this screen available in one of the Apple frameworks or will I stick to it from scratch?

+6
source share

Source: https://habr.com/ru/post/915948/


All Articles