コマンドオプションサンプル:aws acm export-certificate

コマンドサンプルを検索した結果です。

任意の場所で使用するために個人証明機関(CA)によって発行された個人証明書をエクスポートします。 詳細は次のリンクを参照してください。 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 のオプション一覧