New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aos-keys

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aos-keys

AosEdge private keys and certificate manager

  • 1.7.5
  • PyPI
  • Socket score

Maintainers
1

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
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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc