Aiden Keating So self signed certificates vs certificate pinning are different. Certificate pinning is used for securing connections to well known servers. Self signed certificates are mostly used by developers who are self hosting, actively developing a project, etc. The use cases are different because one is focused on a stable setting that probably won't change between environments and the other is more likely to be used in active development by a lot of people. Can both be done with the same UI? Maybe. It is probably something we will have to review later. |