/cloudsim-keys

A server to distribute keys (VPN, SSH, etc) for Cloudsim

Primary LanguageJavaScript

Cloudsim keys Codeship Status for osrf/cloudsim-keys

This is the cryptographic keys server for Cloudsim

What is this repository for?

  • A web app that distributes keys to authorized servers

More information

See the Cloudsim portal in the wiki

Configuration

The .env file (not under source code management) should contain:

CLOUDSIM_AUTH_PUB_KEY="-----BEGIN PUBLIC KEY-----\nx ... QU=\n-----END PUBLIC KEY-----" ADMIN_USER="admin"

start the server

npm start