Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion certificate-manager/how-it-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ sudo REQUESTS_CA_BUNDLE=$(step path)/certs/root_ca.crt \
ACME works almost anywhere and is especially useful for issuing certificates to
web servers for use with TLS. To issue certificates for internal names that
aren't in public DNS the ACME server does need access to local DNS. It's common
to use a linked CA or a network-local RA. Reference the
to use a network-local RA (or a linked CA via [Step CA Pro](https://smallstep.com/product/step-ca-pro/)). Reference the
[Certificate Manager docs](./acme/README.mdx) for more details.

# Next steps
Expand Down
2 changes: 1 addition & 1 deletion tutorials/acme-protocol-acme-clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you run into any issues, please let us know [in GitHub Discussions][gh-discus
## Requirements

- **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.
- **[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).
- **[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).

## Overview

Expand Down
2 changes: 1 addition & 1 deletion tutorials/kubernetes-acme-ca.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using cert-manager's [ACME issuer](https://cert-manager.io/docs/configuration/ac
## Requirements

- **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).
- **[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.
- **[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.
- You'll need the root certificate PEM file for your CA.

### 0. Before you begin
Expand Down
Loading