Is possible to have a ~/.juju/environments.yaml file like this?:
environments:
sample:
type: ec2
access-key: $(cat access-key)
secret-key: $(cat secret-key)
control-bucket: juju-8b53699f85c0438c96897ce75f633aa1
admin-secret: 9a7c512f938f4bafb96365d7ceaf569b
default-series: precise
ssl-hostname-verification: true
I'd like to get those keys from gpg output or something which let me cipher them, so I can put the file on Internet and nobody could be able to use my ec2 account.