Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.67 KB

acm-pca.rst

File metadata and controls

74 lines (45 loc) · 1.67 KB

acm-pca

moto.acmpca.models.ACMPCABackend

Example usage

python

@mock_acmpca def test_acmpca_behaviour: boto3.client("acm-pca") ...

Implemented features for this service

  • [X] create_certificate_authority

    The following parameters are not yet implemented: IdempotencyToken, KeyStorageSecurityStandard, UsageMode

  • [ ] create_certificate_authority_audit_report
  • [ ] create_permission
  • [X] delete_certificate_authority
  • [ ] delete_permission
  • [ ] delete_policy
  • [X] describe_certificate_authority
  • [ ] describe_certificate_authority_audit_report
  • [X] get_certificate

    The CertificateChain will always return None for now

  • [X] get_certificate_authority_certificate
  • [X] get_certificate_authority_csr
  • [ ] get_policy
  • [X] import_certificate_authority_certificate
  • [X] issue_certificate

    The following parameters are not yet implemented: ApiPassthrough, SigningAlgorithm, TemplateArn, Validity, ValidityNotBefore, IdempotencyToken Some fields of the resulting certificate will have default values, instead of using the CSR

  • [ ] list_certificate_authorities
  • [ ] list_permissions
  • [X] list_tags

    Pagination is not yet implemented

  • [ ] put_policy
  • [ ] restore_certificate_authority
  • [X] revoke_certificate

    This is currently a NO-OP

  • [X] tag_certificate_authority
  • [X] untag_certificate_authority
  • [X] update_certificate_authority