---
title: Charmhub | Deploy OpenStack Exporter using Charmhub - The Open Operator Collection
description: Deploy the latest version of OpenStack Exporter on any cloud.
url: https://charmhub.io/openstack-exporter/docs/custom-ssl-ca
---

# OpenStack Exporter

[Canonical BootStack Charmers](https://charmhub.io/publisher/bootstack-charmers "View all packages from Canonical BootStack Charmers")

* [Canonical BootStack Charmers](https://charmhub.io/publisher/bootstack-charmers "View all packages from Canonical BootStack Charmers")

Platform:

24.04

22.04

stable 75

```
juju deploy openstack-exporter
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

---

#### Relevant links

* [Homepage](https://github.com/canonical/openstack-exporter-operator)

---

#### Contacts

* [Submit a bug](https://github.com/canonical/openstack-exporter-operator/issues)

---

Share your thoughts on this charm with the community on discourse.

[Join the discussion](https://discourse.charmhub.io/)

# Custom SSL CA

Some OpenStack deployments may use a custom SSL CA file. If so, this must be provided to the charm via the `ssl_ca` config option, for example (if vault is supplying the CA for the deployment):

```
juju exec -u vault/leader 'leader-get root-ca' > ca.crt
juju config openstack-exporter ssl_ca="$(cat ca.crt)"
```

This config value may be changed by the user at any time. The openstack-exporter service will be restarted to pick up the changed SSL CA.

---
