Skip to content

petedyerarm/convert_certs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

convert_certs

Generate x509 certificates and convert them into C code.

Generate from scratch

generate_self_signed.sh --endpoint <endpoint_name>

This will generate a private key and a self_signed certificate, and convert them into a C file (credentials.c)

Convert existing certificate files

cert_convert.py --public <public_file> --private <private_file> --out <credentials_file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published