> ## Documentation Index
> Fetch the complete documentation index at: https://docs-v2.ard.co/llms.txt
> Use this file to discover all available pages before exploring further.

# SSL Certificates Overview

> Overview of SSL certificate management, renewal, and deployment processes

SSL certificates are managed through an automated renewal process and deployed across multiple platforms to ensure secure connections for all services.

## Quick Links

<CardGroup>
  <Card title="SSL Certificate Renewal" icon="key">
    Complete guide for renewing SSL certificates using Let's Encrypt and deploying Traefik Docker images.

    [View SSL Renewal Process →](/infrastructure/ssl-renewal)
  </Card>

  <Card title="Certificate Deployment" icon="server">
    Step-by-step instructions for deploying certificates to Bunny CDN, Hetzner load balancers, Digital Ocean, AWS3 nodes, Stations server, and Forum server.

    [View Deployment Guide →](/infrastructure/certificate-deployment)
  </Card>
</CardGroup>

## Certificate Management Process

SSL certificates are managed through an automated renewal process that:

<Steps>
  <Step title="Certificate Generation">
    Certificates are generated using Let's Encrypt for multiple domains through the `renew.sh` script.
  </Step>

  <Step title="Docker Image Build">
    The renewal process generates a Traefik Docker image containing the updated certificates.
  </Step>

  <Step title="Service Deployment">
    The Docker image is deployed to Docker Swarm cluster services for Traefik.
  </Step>

  <Step title="Multi-Platform Sync">
    Certificates are synchronized across multiple platforms including CDN services, load balancers, Docker services, and standalone servers.
  </Step>
</Steps>

<Note>
  Certificate renewal typically follows a quarterly schedule. Always verify certificate expiration dates before renewal.
</Note>

## Managed Domains

The following domains are managed through the SSL renewal process:

* api.mobile.devops.arabiaweather.com
* media.devops.arabiaweather.com
* meteoweather.global
* forum.arabiaweather.com
* safi-app.com
* ard.co
* internal.ard.co
* devops.arabiaweather.com
* arabiaweather.com

## Deployment Platforms

Certificates are deployed to multiple platforms:

* **Bunny CDN** - Multiple CDN hostnames across different zones
* **Load Balancers** - Hetzner and Digital Ocean load balancers
* **AWS3 Nodes** - MinIO services via Docker images
* **Servers** - Stations and Forum servers via SCP and nginx reload

For detailed deployment instructions, see the [Certificate Deployment Guide](/infrastructure/certificate-deployment).
