shieldproject / shield-boshrelease

BOSH Release for shield
MIT License
11 stars 17 forks source link

Drop `generated_*_key` packages #21

Closed jhunt closed 8 years ago

jhunt commented 8 years ago

This "convenience" causes more problems than it solves.

Instead, we should provide a static key for people wanting to experiment with BOSH-lite, and require a value for the public/private RSA keypair (in SSH format) on real deployments.

Then we can get rid of the packages altogether.

jhunt commented 8 years ago

Fixed by #23