8000 GitHub - longzheng/SEP2-Tools: This library provides some useful functions for working with IEEE 2030.5 (SEP2).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

longzheng/SEP2-Tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEP2-Tools

This library provides some useful functions for working with IEEE 2030.5 (SEP2).

Install

pip install sep2tools

Certificate Usage

Create a SERCA, and MICA .

python -m sep2tools create-serca
python -m sep2tools create-mica certs/serca.pem certs/serca.key

To create a device certificate, first create a key and CSR. And then sign using the MICA.

python -m sep2tools create-key --key-file certs/dev-ABC.key
python -m sep2tools create-cert certs/dev-ABC.csr certs/mica.pem certs/mica.key --pen 12345 --serno ABC
python -m sep2tools cert-lfdi certs/dev-ABC-cert.pem

About

This library provides some useful functions for working with IEEE 2030.5 (SEP2).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0