# 70101: Unsupported Public Key Algorithm

Log Level: ERROR

## Description

The Request tries to store a Public Key in Twilio. This public key can be parsed, but the request fails, because the key uses an unsupported algorithm.

### Possible causes

* Wrong public key algorithm. Only supported algorithm is RSA.

### Possible Solution

* Regenerate a new keypair with RSA encryption and retry.
