Spiff is not working to create deployment manifest file


Kumaresh Babu
 

I installed spiff using gvm in AWS Ubuntu VM. When I try with spiff -v, it shows me the version of spiff.
ubuntu(a)agent-id-bosh-0:~/cf-release$ spiff -v
spiff version 1.0.8

Spiff CLI is working fine. But the problem is to generate bosh-lite-dev-manifest using spiff.

ubuntu(a)agent-id-bosh-0:~/cf-release$ sudo ./scripts/generate-bosh-lite-dev-manifest
RSA 1024 bit CA certificates are loaded due to old openssl compatibility
RSA 1024 bit CA certificates are loaded due to old openssl compatibility
Aborted. Please install spiff by following https://github.com/cloudfoundry-incubator/spiff#installation

Do I need set path for Spiff in AWS Ubuntu Instance? If yes, how to set path for Spiff?

Please help me!!!