- Short range radio modules
- Positioning chips and modules
u-blox Products
- Product selector
- Previous generations
- Contact sales
Find products
- Product documentation
Documentation
AT Command | Description |
|---|---|
Security Certificate Remove | |
Security Certificate Upload Binary | |
Security Certificates List | |
Security TLS Extensions | |
Security TLS Extensions Server Name Indication | |
Security TLS Extensions Handshake Fragmentation |
AT Command | Description |
|---|---|
AT+USECR=<cert_type>,<name> | Remove a single X.509 certificate or private key. |
AT+USECR | Remove all X.509 certificates and private keys. |
Parameter | Type | Description |
|---|---|---|
cert_type | enumerator | Valid values: 0: Root certificate 1: Client certificate 2: Client private key |
name | string | Valid length: 1..32 |
AT Command | Description |
|---|---|
AT+USECUB=<cert_type>,<name>{binary_data} | Write an X.509 certificate or private key using binary transfer. |
AT+USECUB=<cert_type>,<name>,<password>{binary_data} | Write an X.509 certificate or private key with password using binary transfer. |
Parameter | Type | Description |
|---|---|---|
binary_data | binary | The certificate data. |
cert_type | enumerator | Valid values: 0: Root certificate 1: Client certificate 2: Client private key |
name | string | Valid length: 1..32 |
password | string | Decryption password; applicable only for PKCS8 encrypted client private keys. The maximum length is 64 characters. NOTE: Supported Encryption method for private keys is AES only Valid length: 1..64 |
AT Command | Description |
|---|---|
AT+USECL? | Read all uploaded certificate names |
Response | Description |
|---|---|
+USECL:<cert_type>,<name> | Successful read response. Note that there will be one response per certificate |
Parameter | Type | Description |
|---|---|---|
cert_type | enumerator | Valid values: 0: Root certificate 1: Client certificate 2: Client private key |
name | string | Valid length: 1..32 |
AT Command | Description |
|---|---|
AT+USETE? | Read all TLS extension settings |
Response | Description |
|---|---|
+USETE:<extension>,<enabled> | Successful read response |
Parameter | Type | Description |
|---|---|---|
extension | enumerator | Valid values: 0: Server Name Extension 1: Handshake fragmentation |
enabled | enumerator | Valid values: 0: Disabled 1: Enabled |
AT Command | Description |
|---|---|
AT+USETE0=<enabled> | Turn Server Name Indication TLS extension on and off on a system level Notes: Can be stored using AT&W. |
AT+USETE0? | Read Server Name Indication setting |
Response | Description |
|---|---|
+USETE0:<enabled> | Successful read response |
Parameter | Type | Description |
|---|---|---|
enabled | enumerator | Valid values: 0: Disabled 1: Enabled |
AT Command | Description |
|---|---|
AT+USETE1=<enabled> | Turn Handshake Fragmentation TLS extension on and off on a system level Notes: Can be stored using AT&W. |
AT+USETE1? | Read Handshake Fragmentation setting |
Response | Description |
|---|---|
+USETE1:<enabled> | Successful read response |
Parameter | Type | Description |
|---|---|---|
enabled | enumerator | Valid values: 0: Disabled 1: Enabled |