Command option Sample:aws acm export-certificate

Search command sample in the internet.It is the result.

Exports a private certificate issued by a private certificateauthority (CA) for use anywhere.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/acm/export-certificate.html

aws acm export-certificate --certificate-arn \
    Exporting a Certificate - AWS Certificate Manager : http://docs.aws.amazon.com/acm/latest/userguide/gs-acm-export-private.html
aws acm export-certificate --certificate-arn arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012 --passphrase file://path-to-passphrase-file
    Updating update-certificate-options.rst by pettibon 揃 Pull Request #3322 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/pull/3322/files

aws のオプション一覧