AosEdge private keys and certificate manager
Project description
Aos user keys management tool
This tool is part of the AosEdge SDK.
Overview
This tool will help you manage user certificates for Aos Cloud.
Using this tool you'll be able to:
- Issue new user certificate in pkcs12 format.
- Show info about user certificate.
- Convert PKCS12 certificate to PEM key and certificate files.
Prerequisites
- Python 3.7+
Installation
python -m pip install aos-keys
Usage
Issue new user certificate:
aos-keys new-user -d {aoscloud.io} -t {token} {--oem|--sp|--fleet}
Where:
- -d - Aos CLoud domain to register user
- -t - User Token
- -oem or -sp - Certificate for OEM or SP User
Example:
aos-keys new-user -d aoscloud.io -t 1111 --oem
Show info about certificate and related user:
aos-keys info -c {path-to-cert} {--oem|--sp|--fleet}
Where:
- -c - Path to user certificate
- -sp - Show info of default Service Provider user
- -oem - Show info of default OEM user
- -fleet - Show info of default Fleet Owner user
Example: Show info about default SP user certificate
aos-keys info --sp
Show info about default OEM user certificate
aos-keys info --oem
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
aos_keys-1.7.2-py3-none-any.whl
(18.0 kB
view details)
File details
Details for the file aos_keys-1.7.2-py3-none-any.whl
.
File metadata
- Download URL: aos_keys-1.7.2-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b0af7987c78042dcf8e0736ddc83bdf3efb357c39721df24ebf859cdc87ca38 |
|
MD5 | 437263c83bbe5177652bab2872e9fd26 |
|
BLAKE2b-256 | 4b954f572c6dfd24f1fb7bc30237feaa06acbd67be3a381f755fa4c8c36b6c55 |