AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/acm_example_acm_GetCertificate_section.md

Summary

Added PowerShell V5 example for GetCertificate operation

Security assessment

Shows how to retrieve certificates, a security-related feature, but does not indicate a security vulnerability fix.

Diff

diff --git a/code-library/latest/ug/acm_example_acm_GetCertificate_section.md b/code-library/latest/ug/acm_example_acm_GetCertificate_section.md
index 361459b57..43749531c 100644
--- a//code-library/latest/ug/acm_example_acm_GetCertificate_section.md
+++ b//code-library/latest/ug/acm_example_acm_GetCertificate_section.md
@@ -177,0 +178,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example shows how to return a certificate and its chain using the ARN of the certificate.**
+    
+    
+    Get-ACMCertificate -CertificateArn "arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012"
+    
+
+  * For API details, see [GetCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+