signUpTls

suspend fun signUpTls(accounts: String, serverName: String, apiKey: String, username: String, password: String)

Sign up a new user over TLS to a server presenting serverName, trusting the public web PKI: the address layer's TLS sibling of `sign_up`. An app uses Tenant.signUp, which finds the address itself.