> For the complete documentation index, see [llms.txt](https://docs.corppass.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corppass.gov.sg/what-you-need-to-know-before-onboarding-a-digital-service-in-corppass/important-things-to-note/tls-certificates.md).

# TLS Certificates

### **What should I do to prevent service disruptions due to Corppass certificate rotation?**

To avoid disruptions:

* **Do NOT pin Corppass TLS leaf certificates.** These certificates are rotated periodically without prior notice.
* **Ensure your system trusts AWS root CA certificates.** The trusted certificate chain can be found in the [AWS Trust Repository](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html).

By following these steps, your system will remain compatible with Corppass certificate updates.

***

### **How should I handle certificate validation for Corppass?**

It is recommended for Relying Parties to trust all certificates issued by established Certificate Authorities (CAs). Amazon Web Services (AWS) is Corppass's issuing CA.&#x20;

Add AWS root certificates to your trust store, available at the [AWS Trust Repository](https://www.amazontrust.com/repository/), to ensure uninterrupted service.

***

### **Why is TLS certificate pinning not recommended for Corppass?**

Pinning TLS leaf certificates is not recommended because Corppass certificates are regularly rotated or re-issued. If your system relies on pinned certificates, this will result in a service disruption.&#x20;

Corppass rotates its certificates as a routine maintenance activity without prior notification. As such, we highly recommend Relying Parties not to pin our leaf certificates.
