Skip to content

A repository showing how to embed Faraday.

Notifications You must be signed in to change notification settings

faradayio/faraday-embedding-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedding Faraday in another website

This program shows how to embed Faraday into another application.

Generating keys

You can generate a public/private key pair as follows:

ssh-keygen -t rsa -b 4096 -m PEM -f acme-demo.key
openssl rsa -in acme-demo.key -pubout -outform PEM -out acme-demo.key.pub

You will then need to send your *.key.pub file to Faraday so that we can verify your signatures.

About

A repository showing how to embed Faraday.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published