Skip to content

Commit a3f31f9

Browse files
tashianclaude
andcommitted
Clarify linked CA requires Step CA Pro
Update documentation to clarify that linked CA functionality is now available exclusively through Step CA Pro, not open-source step-ca. Related PRs: - smallstep/certificates#2554 - smallstep/cli#1559 PRO-331 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 221d593 commit a3f31f9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

certificate-manager/how-it-works.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated_at: January 28, 2026
2+
updated_at: January 29, 2026
33
title: Smallstep Certificate Manager How It Works
44
html_title: Certificate Manager Architecture Guide
55
description: Technical architecture of Certificate Manager. Understand components, workflows, and security model for enterprise PKI deployment planning.
@@ -348,7 +348,7 @@ sudo REQUESTS_CA_BUNDLE=$(step path)/certs/root_ca.crt \
348348
ACME works almost anywhere and is especially useful for issuing certificates to
349349
web servers for use with TLS. To issue certificates for internal names that
350350
aren't in public DNS the ACME server does need access to local DNS. It's common
351-
to use a linked CA or a network-local RA. Reference the
351+
to use a network-local RA (or a linked CA via [Step CA Pro](https://smallstep.com/product/step-ca-pro/)). Reference the
352352
[Certificate Manager docs](./acme/README.mdx) for more details.
353353

354354
# Next steps

tutorials/acme-protocol-acme-clients.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated_at: January 20, 2026
2+
updated_at: January 29, 2026
33
title: Configure popular ACME clients to use a private CA with the ACME protocol
44
html_title: Configure ACME Clients with step-ca Tutorial
55
description: Configure popular ACME clients with step-ca. Support for Certbot, acme.sh, and other ACME implementations for automated certificate management.
@@ -25,7 +25,7 @@ If you run into any issues, please let us know [in GitHub Discussions][gh-discus
2525
## Requirements
2626

2727
- **Open source -** For `step-ca`, this tutorial assumes you have initialized and started up an instance using the steps in [Getting Started](../step-ca/getting-started.mdx). Additionally, you'll need to configure your CA with an ACME provisioner. Run `step ca provisioner add acme --type ACME`, and restart your CA.
28-
- **[Smallstep Certificate Manager](../certificate-manager/acme/README.mdx) -** this tutorial assumes you have [created a hosted or linked authority](../certificate-manager/getting-started.mdx) and are running a local [ACME Registration Authority](../registration-authorities/acme-for-certificate-manager.mdx).
28+
- **[Smallstep Certificate Manager](../certificate-manager/acme/README.mdx) -** this tutorial assumes you have [created a hosted authority](../certificate-manager/getting-started.mdx) (or a linked authority via [Step CA Pro](https://smallstep.com/product/step-ca-pro/)) and are running a local [ACME Registration Authority](../registration-authorities/acme-for-certificate-manager.mdx).
2929

3030
## Overview
3131

tutorials/kubernetes-acme-ca.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated_at: September 17, 2025
2+
updated_at: January 29, 2026
33
title: Integrate Kubernetes cert-manager with an internal ACME CA
44
html_title: Kubernetes ACME CA Integration Tutorial
55
description: Deploy ACME-enabled CA in Kubernetes clusters. Automate certificate management with native Kubernetes integration and step-ca.
@@ -22,7 +22,7 @@ using cert-manager's [ACME issuer](https://cert-manager.io/docs/configuration/ac
2222
## Requirements
2323

2424
- **Open source -** You have initialized and started up a `step-ca` ACME instance using the steps in [our ACME server tutorial](../step-ca/acme-basics.mdx).
25-
- **[Smallstep Certificate Manager](https://smallstep.com/certificate-manager) -** this tutorial assumes you have [created a hosted or linked authority](../certificate-manager/getting-started.mdx) and created an ACME provisioner with External Account Binding enabled.
25+
- **[Smallstep Certificate Manager](https://smallstep.com/certificate-manager) -** this tutorial assumes you have [created a hosted authority](../certificate-manager/getting-started.mdx) (or a linked authority via [Step CA Pro](https://smallstep.com/product/step-ca-pro/)) and created an ACME provisioner with External Account Binding enabled.
2626
- You'll need the root certificate PEM file for your CA.
2727

2828
### 0. Before you begin

0 commit comments

Comments
 (0)