Skip to content

Commit

Permalink
add rb docs for acm (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Apr 30, 2024
1 parent 2841996 commit b1660ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions content/en/user-guide/aws/acm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@ Finally you can use the [`DeleteCertificate` API](https://docs.aws.amazon.com/ac
$ awslocal acm delete-certificate --certificate-arn arn:aws:acm:<region>:account:certificate/<certificate_ID>
{{< /command >}}

## Resource Browser

The LocalStack Web Application provides a Resource Browser for managing ACM Certificates.
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resource Browser** section, and then clicking on **Certificate Manager** under the **Security Identity Compliance** section.

<img src="acm-resource-browser.png" alt="ACM Resource Browser" title="ACM Resource Browser" width="900" />
<br><br>

The Resource Browser allows you to perform the following actions:

- **Create Certificate**: Create a new ACM certificate by clicking **Create Certificate** and providing the required information.
- **View Certificate**: View the details of a specific certificate by clicking on the domain name.
- **Delete Certificate**: Delete a certificate by selecting the certificate, followed by clicking **Actions** and then **Remove Selected**.

## Examples

The following code snippets and sample applications provide practical examples of how to use ACM in LocalStack for various use cases:
Expand Down

0 comments on commit b1660ff

Please sign in to comment.