From 366916fba88faaa625f376a5ae117b9c882c6803 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 11 Jun 2024 15:18:04 -0700 Subject: [PATCH] Fix provisioner links with hyphens --- step-ca/provisioners.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/step-ca/provisioners.mdx b/step-ca/provisioners.mdx index 90b1bc49..0a7b66e9 100644 --- a/step-ca/provisioners.mdx +++ b/step-ca/provisioners.mdx @@ -18,12 +18,12 @@ In this section we'll discuss the different provisioners, their target use cases - [Provisioner Types](#provisioner-types) - [JWK](#jwk) - [OAuth/OIDC Single Sign-on](#oauthoidc-single-sign-on) - - [X5C - X.509 Certificate](#x5c-x509-certificate) - - [SSHPOP - SSH Certificate](#sshpop-ssh-certificate) + - [X5C - X.509 Certificate](#x5c---x509-certificate) + - [SSHPOP - SSH Certificate](#sshpop---ssh-certificate) - [ACME](#acme) - [Nebula](#nebula) - [SCEP](#scep) - - [K8sSA - Kubernetes Service Account](#k8ssa-kubernetes-service-account) + - [K8sSA - Kubernetes Service Account](#k8ssa---kubernetes-service-account) - [Cloud Provisioners](#cloud-provisioners) ## Choosing a Provisioner