Name | aos-keys JSON |
Version |
1.7.2
JSON |
| download |
home_page | None |
Summary | AosEdge private keys and certificate manager |
upload_time | 2024-08-29 15:37:32 |
maintainer | None |
docs_url | None |
author | EPAM Systems |
requires_python | >=3.7 |
license | Apache License 2.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
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
------------
```bash
python -m pip install aos-keys
```
Usage
------------
### Issue new user certificate:
```bash
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:
```bash
aos-keys new-user -d aoscloud.io -t 1111 --oem
```
### Show info about certificate and related user:
```bash
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
```bash
aos-keys info --sp
```
Show info about default OEM user certificate
```bash
aos-keys info --oem
```
Raw data
{
"_id": null,
"home_page": null,
"name": "aos-keys",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": "EPAM Systems",
"author_email": "support@aoscloud.io",
"download_url": null,
"platform": "any",
"description": "Aos user keys management tool\n=====================\nThis tool is part of the AosEdge SDK.\n\n\nOverview\n--------\nThis tool will help you manage user certificates for Aos Cloud.\n\nUsing this tool you'll be able to:\n* Issue new user certificate in pkcs12 format.\n* Show info about user certificate.\n* Convert PKCS12 certificate to PEM key and certificate files.\n\n\nPrerequisites\n--------------\n* Python 3.7+\n\n\nInstallation\n------------\n```bash\npython -m pip install aos-keys\n```\n\nUsage\n------------\n\n### Issue new user certificate:\n```bash\naos-keys new-user -d {aoscloud.io} -t {token} {--oem|--sp|--fleet}\n```\n>Where: \n>* **-d** - Aos CLoud domain to register user\n>* **-t** - User Token\n>* **-oem** or **-sp** - Certificate for OEM or SP User \n\nExample:\n```bash\naos-keys new-user -d aoscloud.io -t 1111 --oem\n```\n\n### Show info about certificate and related user:\n```bash\naos-keys info -c {path-to-cert} {--oem|--sp|--fleet}\n```\n>Where: \n>* **-c** - Path to user certificate\n>* **-sp** - Show info of default Service Provider user\n>* **-oem** - Show info of default OEM user\n>* **-fleet** - Show info of default Fleet Owner user\n \nExample:\nShow info about default SP user certificate\n```bash\naos-keys info --sp\n```\nShow info about default OEM user certificate\n```bash\naos-keys info --oem\n```\n\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "AosEdge private keys and certificate manager",
"version": "1.7.2",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4b954f572c6dfd24f1fb7bc30237feaa06acbd67be3a381f755fa4c8c36b6c55",
"md5": "437263c83bbe5177652bab2872e9fd26",
"sha256": "3b0af7987c78042dcf8e0736ddc83bdf3efb357c39721df24ebf859cdc87ca38"
},
"downloads": -1,
"filename": "aos_keys-1.7.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "437263c83bbe5177652bab2872e9fd26",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 17963,
"upload_time": "2024-08-29T15:37:32",
"upload_time_iso_8601": "2024-08-29T15:37:32.187232Z",
"url": "https://files.pythonhosted.org/packages/4b/95/4f572c6dfd24f1fb7bc30237feaa06acbd67be3a381f755fa4c8c36b6c55/aos_keys-1.7.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-29 15:37:32",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "aos-keys"
}