Skip to content

Koppeltaal/Koppeltaal-2.0-Generate-KeyPair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA Key Pair Generator

Our walking skeleton accepts a specific set of RSA key pairs. In order to ease the creation of a key that works within the walking skeleton, this project can be used.

Requirements

  • Docker

Generating a key

  1. Build the Dockerfile. Execute the following command in the root folder of this project:
docker build -t keygen . 
  1. Run the image to generate a(nother) key pair:
docker run keygen 

About

Our walking skeleton accepts a specific set of RSA key pairs. In order to ease the creation of a key that works within the walking skeleton, this project can be used.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published