AWS - ACM

Amazon Web Services Certificate Manager Service (ACM).

IT Services · AWS - ACM

Configuration parameters

  • roleArn — Role Arn
  • roleSessionName — Role Session Name
  • defaultRegion — AWS Default Region (required)
  • sessionDuration — Role Session Duration
  • credentials — Access Key
  • access_key — Access Key
  • secret_key — Secret Key
  • timeout — Timeout
  • retries — Retries
  • sts_regional_endpoint — AWS STS Regional Endpoints
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (6)

  • aws-acm-add-tags-to-certificate

    Adds one or more tags to an ACM certificate.

  • aws-acm-describe-certificate

    Returns detailed metadata about the specified ACM certificate.

  • aws-acm-get-certificate

    Retrieves a certificate specified by an ARN and its certificate chain . The chain is an ordered list of certificates that contains the end entity certificate, intermediate certificates of subordinate CAs, and the root certificate in that order. The certificate and certificate chain are base64 encoded. If you want to decode the certificate to see the individual fields, you can use OpenSSL.

  • aws-acm-list-certificates

    Retrieves a list of certificate ARNs and domain names. You can request that only certificates that match a specific status be listed. You can also filter by specific attributes of the certificate.

  • aws-acm-list-tags-for-certificate

    Lists the tags that have been applied to the ACM certificate. Use the certificate's Amazon Resource Name (ARN) to specify the certificate.

  • aws-acm-remove-tags-from-certificate

    Remove one or more tags from an ACM certificate.