Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitalSignatureSample

Simple project to create a digital signature for an API call in Rust

Generate a CSR and private key and use your private key

A sample private key is included for unit tests

openssl req -newkey rsa:2048 -nodes -days 365000 -keyout client-key.pem -out client-req.pem

About

Simple project to create a digital signature for an API call in Rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages