---
title: fastly tls-subscription update
summary: Change the TLS domains or common name associated with this subscription, or update the TLS configuration for this set of domains
url: https://www.fastly.com/documentation/reference/cli/tls-subscription/update
---

Change the TLS domains or common name associated with this subscription, or update the TLS configuration for this set of domains

## Flags

| Flag | Description | Required | Default |
|------|-------------|----------|----------|
| `--id` | Alphanumeric string identifying a TLS subscription | Yes | - |
| `--common-name` | The domain name associated with the subscription | No | - |
| `--config` | Alphanumeric string identifying a TLS configuration | No | - |
| `--domain` | Domain(s) to add to the TLS certificates generated for the subscription (set flag once per domain) | No | - |
| `--force` | A flag that allows you to edit and delete a subscription with active domains | No | - |

## Global options

| Flag | Description | Required | Default |
|------|-------------|----------|----------|
| `--help` | Show context-sensitive help. | No | - |
| `--accept-defaults` | Accept default options for all interactive prompts apart from Yes/No confirmations | No | - |
| `--auto-yes` | Answer yes automatically to all Yes/No confirmations. This may suppress security warnings | No | - |
| `--debug-mode` | Print API request and response details (NOTE: can disrupt the normal CLI flow output formatting) | No | - |
| `--non-interactive` | Do not prompt for user input - suitable for CI processes. Equivalent to --accept-defaults and --auto-yes | No | - |
| `--quiet` | Silence all output except direct command output. This won't prevent interactive prompts (see: --accept-defaults, --auto-yes, --non-interactive) | No | - |
| `--token` | Fastly API token, or name of a stored auth token (use 'default' for the default token). Falls back to FASTLY_API_TOKEN env var | No | - |
| `--verbose` | Verbose logging | No | - |

