From b37c4dede206ee3d499a078deecf23618590fa17 Mon Sep 17 00:00:00 2001 From: piyush Date: Mon, 13 Oct 2025 10:44:45 +0530 Subject: [PATCH 1/2] chore: rename reference-architecture to reference-architectures and update links --- ibm_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index d5d8e53..892c41f 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -61,7 +61,7 @@ { "diagram": { "caption": "Secrets Manager Private Certificate", - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-secrets-manager-private-cert/main/reference-architecture/secrets_manager_private_cert.svg", + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-secrets-manager-private-cert/main/reference-architectures/secrets_manager_private_cert.svg", "type": "image/svg+xml" }, "description": "This deployable architecture automates the creation of a private certificate in an IBM Cloud Secrets Manager instance, making it easier for users to securely manage certificates without manual effort. By integrating seamlessly with IBM Cloud Secrets Manager, this solution ensures that certificates are generated, stored, and maintained in a centralized and secure environment, aligned with enterprise security and compliance needs.

Certificate Rotation Support:
You can optionally define a rotation policy by setting auto-rotation, rotation intervals, and units (days, months, etc.). This allows the certificate to be automatically rotated according to your security compliance requirements.

Secrets Manager Integration:
This solution also supports integration with [Cloud automation for Secrets Manager](https://cloud.ibm.com/catalog/7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3/architecture/deploy-arch-ibm-secrets-manager-6d6ebc76-7bbd-42f5-8bc7-78f4fabd5944-global) instance automatically if one is not already available, enhancing provisioning flexibility in new environments.

Flexible Certificate Configuration:
Users can define all critical certificate attributes such as the certificate name, certificate common name, certificate alternate names , certificate signing request (CSR), certificate labels, certificate custom metadata, and certificate ttl.

Once deployed, users receive all relevant outputs based on their chosen return format, enabling easy integration of the certificate into their applications or infrastructure. This architecture is ideal for teams looking to simplify certificate management, improve operational efficiency, and maintain high security standards across their cloud workloads." From f4f1f14d48d648b10a4d946126c5c8104a5954d0 Mon Sep 17 00:00:00 2001 From: Piyush Kumar Sahu Date: Mon, 13 Oct 2025 15:59:40 +0530 Subject: [PATCH 2/2] small fix --- .../secrets_manager_private_cert.svg | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {reference-architechture => reference-architechtures}/secrets_manager_private_cert.svg (100%) diff --git a/reference-architechture/secrets_manager_private_cert.svg b/reference-architechtures/secrets_manager_private_cert.svg similarity index 100% rename from reference-architechture/secrets_manager_private_cert.svg rename to reference-architechtures/secrets_manager_private_cert.svg