Skip to content

Commit 860b3de

Browse files
authored
Merge pull request #385 from smallstep/herman/docs-scep-provisioner-name
Consistently use `my_scep_provisioner` in SCEP provisioner example
2 parents 2da3ee7 + 4d9124c commit 860b3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

step-ca/provisioners.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ Here's an example of a SCEP provisioner in `$(step path)/config/ca.json`:
12851285
```json
12861286
{
12871287
"type": "SCEP",
1288-
"name": "scepca",
1288+
"name": "my_scep_provisioner",
12891289
"forceCN": true,
12901290
"challenge": "secret1234",
12911291
"minimumPublicKeyLength": 2048,
@@ -1323,7 +1323,7 @@ Enable this by filling in the `"insecureAddress"` property to your top-level CA
13231323
```
13241324

13251325
Finally, restart `step-ca`.
1326-
Your SCEP provisioner is now available at the endpoint `http://ca.example.com:8080/scep/scepca`.
1326+
Your SCEP provisioner is now available at the endpoint `http://ca.example.com:8080/scep/my_scep_provisioner`.
13271327

13281328
<Alert severity="info">
13291329
<div>

0 commit comments

Comments
 (0)