DefinedNet / mobile_nebula

Brings nebula to mobile devices (iOS, Android)
https://defined.net
125 stars 37 forks source link

Better certificate import handling #64

Closed nbrownus closed 2 years ago

nbrownus commented 2 years ago
  1. Generates public and private key material up front so that navigating away from certificate import screen doesn't wipe out any work.
  2. Allows private key import
  3. Verifies public/private key match on load of the certificate in addition to at full site config save

closes #20 closes #48