[Yandex Cloud documentation](../../index.md) > [Yandex Certificate Manager](../index.md) > [Concepts](index.md) > Integration with the Yandex Cloud services

# Integration with Yandex Cloud services


You can use Certificate Manager certificates in the following Yandex Cloud services:
* [Yandex Object Storage](#os).
* [Yandex Application Load Balancer](#alb).
* [Yandex API Gateway](#api-gw).
* [Yandex Cloud CDN](#cdn).
* [Yandex Smart Web Security](#sws).

You can also store a user certificate's private key as a [Yandex Lockbox](#lockbox) secret using Terraform.

## Yandex Object Storage {#os}

If using a bucket to host a static website, use a Certificate Manager [certificate](../../storage/operations/hosting/certificate.md#cert-manager) to access the website over `HTTPS`. When you change a certificate in Certificate Manager, it updates automatically in all the buckets that use it.

{% note warning %}

* `HTTPS` access to the bucket becomes available within thirty minutes of selecting a certificate.
* Certificate updates may take another thirty minutes to apply.

{% endnote %}

## Yandex Application Load Balancer {#alb}

[Application Load Balancer](../../application-load-balancer/index.md) can handle TLS traffic: establish connections and terminate TLS sessions using certificates added to Certificate Manager. Certificates from Certificate Manager can be used in [L7 load balancer](../../application-load-balancer/operations/application-load-balancer-create.md) listeners.

## Yandex API Gateway {#api-gw}

Yandex API Gateway allows you to merge multiple microservices into a single product. Microservices can be run on VMs and containers or implemented as functions. You can use the domain to access the API.

A certificate linked to the domain is used to provide a TLS connection.

## Yandex Cloud CDN {#cdn}

Yandex Cloud CDN allows you to set up content delivery to your end users via a content delivery network (CDN). 

To access [CDN resources](../../cdn/concepts/resource.md) over HTTPS, you can [use](../../storage/operations/hosting/certificate.md#cert-manager) certificates from Certificate Manager.

## Yandex Smart Web Security {#sws}

Yandex Smart Web Security protects your infrastructure against cybersecurity threats at [OSI](https://en.wikipedia.org/wiki/OSI_model) application level (L7). These may include DDoS attacks, bots, and SQL injections.

To connect the [domain](../../smartwebsecurity/concepts/domain-protect.md#domain) to a [proxy server](../../smartwebsecurity/concepts/domain-protect.md#proxy) over HTTPS, you can use a certificate from Certificate Manager.

## Yandex Lockbox {#lockbox}

You can store a Certificate Manager user certificate's private key in Yandex Lockbox [using Terraform](../operations/import/cert-create.md#create-lockbox).

## Use cases {#examples}

* [Terminating TLS connections](../tutorials/tls-termination/index.md)
* [Setting up virtual hosting](../tutorials/virtual-hosting.md)
* [Hosting a static Gatsby website in Yandex Object Storage](../tutorials/gatsby-static-website.md)

#### See also {#see-also}

* [Static website in Object Storage](../../tutorials/web/static/index.md)
* [Yandex API Gateway](../../api-gateway/index.md)