freebsd-ports/dns/cli53/pkg-message
Ryan Steinmetz 7b4f7e2c6f New port: dns/cli53:
cli53 provides import and export from BIND format and simple command
line management of Route 53 domains.

WWW: https://github.com/barnybug/cli53/
2015-04-29 20:24:44 +00:00

14 lines
368 B
Plaintext

Please configure your AWS credentials, either through environment variables or
~/.boto config file.
For example:
export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXX
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
or in ~/.boto (make sure you chmod 600 ~/.boto):
[Credentials]
aws_access_key_id = XXXXXXXXXXXXXX
aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXX